Skip to content

Commit

Permalink
Merge pull request #88 from LibrePhotos/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
derneuere authored Oct 30, 2023
2 parents 24cc881 + b61e2d2 commit 9f0d173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
SIGNED_FILE: ${{ steps.sign_apk.outputs.signedReleaseFile }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Signed Apk Bundle
path: librephotos-latest-signed.apk
Expand Down

0 comments on commit 9f0d173

Please sign in to comment.