Skip to content

Commit 5c0ace6

Browse files
authored
Merge pull request #192 from mozilla-mobile/dependabot/github_actions/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents ea9b8c7 + 19b70fd commit 5c0ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-l10n-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python android-l10n-integrity/src/locale_compare.py
3737
- name: Upload result
3838
if: failure()
39-
uses: actions/upload-artifact@v5.0.0
39+
uses: actions/upload-artifact@v6.0.0
4040
with:
4141
name: check-locales-log
4242
path: ./check_locales.log

0 commit comments

Comments
 (0)