Skip to content

Commit db27b1e

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#83)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42dcc00 commit db27b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
${{ steps.info.outputs.ZIP_ATTESTATION_FILE }}
232232
fail_on_unmatched_files: true
233233
- name: "Upload artifacts"
234-
uses: actions/upload-artifact@v5
234+
uses: actions/upload-artifact@v6
235235
if: "${{ steps.build.outputs.ZIP_BUILD_TYPE_SUPPORTED == 'true' }}"
236236
with:
237237
name: "${{ github.event.repository.name }} ${{ steps.build.outputs.ZIP_BRANCH_NAME || github.ref_name }} g${{ steps.build.outputs.ZIP_SHORT_COMMIT_ID }} ${{ steps.build.outputs.ZIP_BUILD_TYPE }} (extract it)"

.github/workflows/generate-perm-xml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
find './zip-content' -name '*.apk' | './tools/generate-perm-xml.sh' --use-placeholders - || exit "${?}"
4242
- name: "Upload artifacts"
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: "XML permissions"
4646
path: "output/*.xml"

0 commit comments

Comments
 (0)