Skip to content

Commit e9039d5

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 7e40bb5 commit e9039d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7575
with:
7676
name: test-output
7777
path: ./test-results/* # Both unit and integration test results

0 commit comments

Comments
 (0)