Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 9334004 commit 312e7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-prod-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
args: yarn test-full-regression # Run tests against Prod mainnet

- name: Save Screenshots
uses: actions/[email protected].2
uses: actions/[email protected].3
if: always()
with:
name: screenshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
args: yarn test:pullrequest

- name: Save Screenshots
uses: actions/[email protected].2
uses: actions/[email protected].3
if: always()
with:
name: screenshots
Expand Down

0 comments on commit 312e7c4

Please sign in to comment.