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 a732f93 commit d2262a7Copy full SHA for d2262a7
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- name: Archive npm failure logs
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
32
if: failure()
33
with:
34
name: npm-logs
0 commit comments