Skip to content

Commit

Permalink
Merge pull request #460 from marp-team/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
yhatt authored Sep 4, 2024
2 parents ad81a67 + f1bef32 commit 9906b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: vsce-prerelease
run: echo "prerelease=$(cat package.json | jq '.vsce.preRelease')" >> $GITHUB_OUTPUT

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: vsix
path: ~/vsix
Expand Down

0 comments on commit 9906b46

Please sign in to comment.