-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/upload-artifact action to v4.4.1 (#9377)
- Loading branch information
1 parent
1171fbc
commit 4c8f6ac
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
run: npx nx component-test demo-cypress | ||
|
||
- name: Save Cypress Baseline Snapshots | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: ${{env.CYPRESS_BASELINE_SNAPSHOTS}} | ||
name: ${{env.CYPRESS_BASELINE_SNAPSHOTS_KEY}} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
run: tree ${{ env.CYPRESS_RESULTS_FOLDER }} -L 1 | ||
|
||
- name: Upload artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: '${{ env.CYPRESS_RESULTS_FOLDER }}/**/*.diff.png' | ||
name: ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} | ||
|
@@ -142,7 +142,7 @@ jobs: | |
run: tree ${{ env.PLAYWRIGHT_SNAPSHOTS_PATH }} | ||
|
||
- name: Upload artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
path: | | ||
./projects/demo-playwright/tests-results/**/*.diff.png | ||
|