Skip to content

Commit

Permalink
bump upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jul 3, 2024
1 parent e1b2c91 commit 2359cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,12 @@ jobs:
echo "Attach staple"
xcrun stapler staple ${{ steps.exefn.outputs.FILEPATH }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Package
if-no-files-found: error
overwrite: true
retention-days: 90
path: |
${{ github.workspace }}/${{ steps.zipfn.outputs.FILEPATH }}
${{ github.workspace }}/${{ steps.zipfn.outputs.FILEPATH }}.sha512
Expand All @@ -185,7 +187,6 @@ jobs:
${{ github.workspace }}/${{ steps.cachefn.outputs.FILEPATH }}.sha512
${{ github.workspace }}/${{ steps.checksumsfn.outputs.FILEPATH }}
${{ github.workspace }}/${{ steps.checksumsfn.outputs.FILEPATH }}.sha512
retention-days: 90
- uses: dev-drprasad/[email protected]
# Note: to update the date of the release, it must be deleted and then recreated
Expand Down

0 comments on commit 2359cc5

Please sign in to comment.