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 766e90e commit 3ae5cb6Copy full SHA for 3ae5cb6
.github/workflows/deps.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload audit report
38
if: always()
39
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
40
with:
41
name: npm-audit-report
42
path: audit-report.json
.github/workflows/package.yml
@@ -70,7 +70,7 @@ jobs:
70
ls -lh *.vsix
71
72
- name: Upload VSIX artifact
73
74
75
name: vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }}
76
path: vscode-deepnote-*.vsix
0 commit comments