Skip to content

Commit

Permalink
Workflows: Update to v4 of the artifact actions
Browse files Browse the repository at this point in the history
Deprecation notice for v3 of the artifact actions starting November 30 2024
  • Loading branch information
Johx22 committed Apr 30, 2024
1 parent 198306e commit 4c61022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
bash build.sh
- name: Upload APK
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4
with:
path: build/*.apk
name: Overlays

0 comments on commit 4c61022

Please sign in to comment.