Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): pin actions/upload-artifact action to 5076954
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent 6da1747 commit 4ddfce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 4ddfce7

Please sign in to comment.