Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.1 (#9377)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 7, 2024
1 parent 1171fbc commit 4c8f6ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c8f6ac

Please sign in to comment.