Skip to content

Commit

Permalink
Update upload-artifact action to v4 (#4471)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Oct 22, 2024
1 parent b80cf6b commit 487b7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: 'Upload azd binary to artifact store (upload-artifact: true only)'
if: matrix.upload-artifact == true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: ./ext/vscode/azure-dev*.vsix

0 comments on commit 487b7bf

Please sign in to comment.