Skip to content

Commit b5d6bc5

Browse files
Update GitHub Artifact Actions
1 parent 9e10e7b commit b5d6bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
exit 1
4444
fi
4545
- run: yarn test
46-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4747
with:
4848
name: coverage-reports
4949
path: |
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v6
5959
- uses: ./.github/actions/setup
60-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
60+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6161
with:
6262
name: coverage-reports
6363
- run: yarn code-coverage

0 commit comments

Comments
 (0)