Skip to content

Commit e5f4cd4

Browse files
Merge pull request #471 from android-password-store/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 5e6a91d + e45ed38 commit e5f4cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: (Fail-only) Upload test report
4444
if: "${{ failure() }}"
45-
uses: actions/upload-artifact@v5.0.0
45+
uses: actions/upload-artifact@v6.0.0
4646
with:
4747
name: Test report
4848
path: build/reports

0 commit comments

Comments
 (0)