We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3466ce commit b1e03d1Copy full SHA for b1e03d1
1 file changed
.github/workflows/mega-linter.yml
@@ -55,7 +55,7 @@ jobs:
55
# Upload MegaLinter artifacts
56
- name: Archive production artifacts
57
if: success() || failure()
58
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
59
with:
60
name: MegaLinter reports
61
path: |
0 commit comments