Skip to content

Commit 0168b2d

Browse files
Update actions/upload-artifact digest to 834a144
1 parent 0858897 commit 0168b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: "yarn run test --coverage"
3535
- name: Upload Artifact
36-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
36+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
3737
with:
3838
name: coverage
3939
path: |
@@ -76,7 +76,7 @@ jobs:
7676
run: yarn playwright test -j 100%
7777
- name: Upload Playwright report
7878
if: always()
79-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
79+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
8080
with:
8181
name: html-report--attempt-${{ github.run_attempt }}
8282
path: playwright-report

0 commit comments

Comments
 (0)