Skip to content

Commit 900d681

Browse files
chore(deps): update actions/upload-artifact action to v3
1 parent d810ba4 commit 900d681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
yarn run vsce publish -p ${{ secrets.VSCE_TOKEN }}
4747
4848
- name: Upload archive
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v3
5050
with:
5151
path: sourcery-${{ github.event.inputs.version }}.vsix
5252

0 commit comments

Comments
 (0)