Skip to content

Commit daf8473

Browse files
authored
Merge pull request #117 from sourcery-ai/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents 7d35430 + 900d681 commit daf8473

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)