We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65d407 commit 313bec3Copy full SHA for 313bec3
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm run package
33
34
- name: Upload artifact
35
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
36
with:
37
name: privatemode-vscode-vsix
38
path: privatemode-vscode.vsix
@@ -48,7 +48,7 @@ jobs:
48
node-version: 24
49
cache: npm
50
51
- - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
+ - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
52
53
54
path: .
0 commit comments