Skip to content

Commit da9367f

Browse files
Merge pull request #459 from android-password-store/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents ee595d9 + bf3478a commit da9367f

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@v4.6.2
45+
uses: actions/upload-artifact@v5.0.0
4646
with:
4747
name: Test report
4848
path: build/reports

0 commit comments

Comments
 (0)