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 378ae97 commit 28c9216Copy full SHA for 28c9216
.github/workflows/ci.yaml
@@ -327,7 +327,7 @@ jobs:
327
run: pnpm cypress install
328
329
- name: Download build artifacts
330
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
331
with:
332
name: package-dist-artifacts
333
path: packages/
@@ -392,7 +392,7 @@ jobs:
392
393
394
if: ${{ github.event_name == 'push' }}
395
396
397
398
0 commit comments