Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
  • Loading branch information
playground-manager[bot] authored Aug 28, 2024
1 parent 437d32d commit e57a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
SERVER_CLIENT_ID: ${{ secrets.SERVER_CLIENT_ID }}
run: ./gradlew assembleRelease --console=plain

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: apk-release
Expand Down

0 comments on commit e57a955

Please sign in to comment.