We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edce2e commit 50e7106Copy full SHA for 50e7106
.github/workflows/reusable-test.yml
@@ -245,7 +245,7 @@ jobs:
245
# run: npm run build
246
247
- name: Download node_modules from artifacts
248
- uses: actions/upload-artifact@v4
+ uses: actions/download-artifact@v4
249
with:
250
name: ${{ runner.os }}-modern-node-modules-${{ hashFiles('**/package-lock.json') }}
251
path: node_modules
0 commit comments