Skip to content

Commit

Permalink
Merge pull request #211 from lhns/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
lhns committed Dec 14, 2023
2 parents 8dfd189 + 9ab21d8 commit f86e46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
./gradlew assembleDebug
fi
mv app/build/outputs/apk/*/*.apk .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: '*.apk'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "GIT_COMMIT_COUNT: $GIT_COMMIT_COUNT"
./gradlew assembleRelease
mv app/build/outputs/apk/*/*.apk .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: '*.apk'
- uses: AButler/[email protected]
Expand Down

0 comments on commit f86e46b

Please sign in to comment.