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 2e04adb commit 6f88770Copy full SHA for 6f88770
.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@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: Mega-Linter reports
48
path: |
0 commit comments