Skip to content

Commit c5330d2

Browse files
authored
Merge pull request #52 from MkDocsEditor/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d66dee1 + 1154835 commit c5330d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Execute APK build
3535
run: ./gradlew app:assembleDebug --stacktrace
3636

37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v5
3838
with:
3939
name: apk-files
4040
path: app/build/outputs/apk/**/*.apk

0 commit comments

Comments
 (0)