Skip to content

Commit

Permalink
Update actions/upload-artifacts to non-deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Sep 15, 2024
1 parent 0dcf10d commit c4a96eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
SLACK_URL: ${{ secrets.SLACK_URL }}
FASTLANE_SKIP_UPDATE_CHECK: 1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: App
path: |
iSH.ipa
iSH.app.dSYM.zip
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: Fastlane Logs
Expand Down

0 comments on commit c4a96eb

Please sign in to comment.