Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.0 (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 5, 2024
1 parent 35f7c8b commit 9b18086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: npx nx e2e editor-demo-playwright
continue-on-error: true

- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.4.0
with:
path: ./projects/demo-playwright/tests-results/**/*-diff.png
name: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}
Expand Down

0 comments on commit 9b18086

Please sign in to comment.