Skip to content

Commit

Permalink
Update upload-artifact version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Jan 20, 2025
1 parent 624e68b commit 9b00549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git -c gpg.program="gpg-pass-from-fd7" tag -sm "eXtenderZ $NEW_MARKETING_VERSION" "$TAG_NAME" 7<<<"${{ secrets.GPG_PRIVATE_KEY_PASS }}"
git push origin "$TAG_NAME"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: xcframeworks
path: |
Expand Down

0 comments on commit 9b00549

Please sign in to comment.