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 5f8d0d2 commit fe8e9c2Copy full SHA for fe8e9c2
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
47
- name: Output logs
48
if: ${{ always() }}
49
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
50
with:
51
name: npm-logs
52
path: /home/runner/.npm/_logs/**
0 commit comments