Skip to content

Commit

Permalink
Merge pull request #4 from MechanicalFlower/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
florianvazelle authored Jan 2, 2024
2 parents 5ba6adc + 2292f2d commit 4148a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: unzip -l -vqq ".publish/${{ steps.P.outputs.vsix }}" | awk '{print $8}'

- name: Save vsix as artifact for backup
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: .publish/${{ steps.P.outputs.vsix }}
name: vsix
Expand Down

0 comments on commit 4148a21

Please sign in to comment.