Skip to content

Commit 58d3e92

Browse files
authored
Merge pull request #520 from AuthMe/dependabot/github_actions/master/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents b1d8615 + 3f5e8e9 commit 58d3e92

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@v5
101+
uses: actions/upload-artifact@v6
102102
if: success() || failure()
103103
with:
104104
name: MegaLinter reports

0 commit comments

Comments
 (0)