Skip to content

Commit

Permalink
Merge pull request #298 from KlubJagiellonski/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
rafalgawlik committed Jul 7, 2022
2 parents 6f30d8d + 3b88855 commit b0d5988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Gradle
run: ./gradlew clean test -Pbuild=dev
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: App
path: ./app/app-release.apk

0 comments on commit b0d5988

Please sign in to comment.