Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman authored Nov 25, 2023
2 parents 5f29c2c + fad8486 commit 7f4717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
zip -r "${{ github.event.repository.name }}.zip" .
- name: 📎 Upload zip file to release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: release-artifact
path: "${{ github.event.repository.name }}.zip"
Expand Down

0 comments on commit 7f4717e

Please sign in to comment.