Skip to content

Commit 531ba58

Browse files
Update actions/upload-artifact action to v3.1.3
[skip ci]
1 parent 9608383 commit 531ba58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-prod-mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
args: yarn test-full-regression # Run tests against Prod mainnet
8484

8585
- name: Save Screenshots
86-
uses: actions/upload-artifact@v3.1.2
86+
uses: actions/upload-artifact@v3.1.3
8787
if: always()
8888
with:
8989
name: screenshots

.github/workflows/pullrequests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
args: yarn test:pullrequest
9696

9797
- name: Save Screenshots
98-
uses: actions/upload-artifact@v3.1.2
98+
uses: actions/upload-artifact@v3.1.3
9999
if: always()
100100
with:
101101
name: screenshots

0 commit comments

Comments
 (0)