Skip to content

Commit b35ae54

Browse files
authored
Merge pull request #508 from AuthMe/dependabot/github_actions/master/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 4c85256 + 7ab9c57 commit b35ae54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

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

9999
# Upload MegaLinter artifacts
100100
- name: Archive production artifacts
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
if: success() || failure()
103103
with:
104104
name: MegaLinter reports

0 commit comments

Comments
 (0)