Skip to content

Commit 756b52c

Browse files
Update version of actions/upload-artifact
1 parent f62b850 commit 756b52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
3636
run: npm run vsce -- publish -p $VSCE_TOKEN
3737

38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v4
3939
name: Upload artifact
4040
with:
4141
name: vscode-string-manipulation.v${{ steps.calculateVersion.outputs.AppVersion }}.vsix

0 commit comments

Comments
 (0)