Skip to content

Commit 11efeb2

Browse files
authored
Merge pull request #55 from MkDocsEditor/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents f96ebfe + db15cdd commit 11efeb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
37+
- uses: actions/upload-artifact@v7
3838
with:
3939
name: apk-files
4040
path: app/build/outputs/apk/**/*.apk

0 commit comments

Comments
 (0)