We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d87f9 commit b11d952Copy full SHA for b11d952
1 file changed
.github/workflows/mega-linter.yml
@@ -42,7 +42,7 @@ jobs:
42
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
43
- name: Archive production artifacts
44
if: success() || failure()
45
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
46
with:
47
name: Mega-Linter reports
48
path: |
0 commit comments