Skip to content

Commit

Permalink
Merge pull request #121 from joelkanyi/chore/update-libs/major-4-gith…
Browse files Browse the repository at this point in the history
…ub-artifact-actions

update actions/upload-artifact action from v2 to v4
  • Loading branch information
joelkanyi committed Jun 9, 2024
2 parents 8d353b0 + 777b98c commit e241df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
./gradlew package
- name: Archive Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: distributable-${{ matrix.os }}
if-no-files-found: ignore
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: ./gradlew :android:assembleRelease --stacktrace

- name: Archive Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: android-app
if-no-files-found: ignore
Expand Down

0 comments on commit e241df5

Please sign in to comment.