Skip to content

Commit 6f151dd

Browse files
chore(deps): update actions/upload-artifact digest to 6f51ac0
1 parent 69966b3 commit 6f151dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
NODE_ENV: production
5252
run: npm run build
5353
- name: Store Build Output
54-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
54+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
5555
with:
5656
name: build-output
5757
path: ./build
5858
- name: Store Dist Output
59-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
59+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
6060
with:
6161
name: dist-output
6262
path: ./dist
@@ -71,7 +71,7 @@ jobs:
7171
run: npm run test:integration -- --reporters="default" --reporters="jest-junit"
7272
- name: Store Test Results
7373
if: always() # Even if tests fail
74-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
74+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
7575
with:
7676
name: test-output
7777
path: ./test-results/* # Both unit and integration test results

0 commit comments

Comments
 (0)