Skip to content

Commit

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

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
jaqx0r committed Dec 15, 2023
2 parents 7397b78 + 77e50e5 commit a537536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand All @@ -50,7 +50,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit a537536

Please sign in to comment.