Skip to content

Commit

Permalink
Merge pull request #155 from kitsuyui/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
kitsuyui authored Dec 15, 2023
2 parents 58ad35d + 5a4898a commit 270fb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/')
name: Archive artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: result
path: |
Expand Down

0 comments on commit 270fb45

Please sign in to comment.