We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600a5b5 commit 52cc277Copy full SHA for 52cc277
.github/workflows/ci.yaml
@@ -352,7 +352,7 @@ jobs:
352
run: pnpm cypress install
353
354
- name: Download build artifacts
355
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
356
with:
357
name: package-dist-artifacts
358
path: packages/
@@ -418,7 +418,7 @@ jobs:
418
419
420
if: ${{ github.event_name == 'push' }}
421
422
423
424
0 commit comments