Skip to content

Commit 28c9216

Browse files
chore(deps): update actions/download-artifact digest to d3f86a1
1 parent 378ae97 commit 28c9216

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
@@ -327,7 +327,7 @@ jobs:
327327
run: pnpm cypress install
328328

329329
- name: Download build artifacts
330-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
330+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
331331
with:
332332
name: package-dist-artifacts
333333
path: packages/
@@ -392,7 +392,7 @@ jobs:
392392

393393
- name: Download build artifacts
394394
if: ${{ github.event_name == 'push' }}
395-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
395+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
396396
with:
397397
name: package-dist-artifacts
398398
path: packages/

0 commit comments

Comments
 (0)