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 c9dffe8 commit 116b72dCopy full SHA for 116b72d
.github/workflows/deps.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload audit report
43
if: always()
44
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
45
with:
46
name: npm-audit-report
47
path: audit-report.json
.github/workflows/package.yml
@@ -75,7 +75,7 @@ jobs:
75
ls -lh *.vsix
76
77
- name: Upload VSIX artifact
78
79
80
name: vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }}
81
path: vscode-deepnote-*.vsix
0 commit comments