Skip to content

Commit 52cc277

Browse files
chore(deps): update actions/download-artifact digest to d3f86a1
1 parent 600a5b5 commit 52cc277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
run: pnpm cypress install
353353

354354
- name: Download build artifacts
355-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
355+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
356356
with:
357357
name: package-dist-artifacts
358358
path: packages/
@@ -418,7 +418,7 @@ jobs:
418418

419419
- name: Download build artifacts
420420
if: ${{ github.event_name == 'push' }}
421-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
421+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
422422
with:
423423
name: package-dist-artifacts
424424
path: packages/

0 commit comments

Comments
 (0)