Skip to content

Commit

Permalink
Merge pull request #65 from InkApplications/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4.3.5

Bump actions/upload-artifact from 4.3.4 to 4.3.5
  • Loading branch information
ReneeVandervelde authored Aug 10, 2024
2 parents 76c85d4 + fbacc64 commit c0cddd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
cp android-application/build/outputs/bundle/functionalRelease/android-application-functional-release.aab build/output/Ack-${{ github.sha }}.aab
-
name: Archive APK
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Android APK
path: build/output/Ack-${{ github.ref_name }}.apk
-
name: Archive Bundle
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Android AAB
path: build/output/Ack-${{ github.ref_name }}.aab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
cp android-application/build/outputs/bundle/functionalRelease/android-application-functional-release.aab build/output/Ack-${{ github.sha }}.aab
-
name: Archive APK
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Android APK
path: build/output/Ack-${{ github.sha }}.apk
retention-days: 15
-
name: Archive Bundle
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Android AAB
path: build/output/Ack-${{ github.sha }}.aab
Expand Down

0 comments on commit c0cddd4

Please sign in to comment.