Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #615 from XaverianTeamRobotics/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
MatthewL246 authored Dec 15, 2023
2 parents 8f5efed + 1ac8173 commit 77e267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./gradlew assembleDebug --scan --stacktrace --info --no-daemon -x test

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TeamCode-debug.apk
path: TeamCode/build/outputs/apk/debug/TeamCode-debug.apk

0 comments on commit 77e267a

Please sign in to comment.