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.
2 parents eb86f68 + d490782 commit bfcbcc9Copy full SHA for bfcbcc9
.github/workflows/mega-linter.yml
@@ -59,7 +59,7 @@ jobs:
59
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
60
- name: Archive production artifacts
61
if: ${{ success() }} || ${{ failure() }}
62
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
63
with:
64
name: Mega-Linter reports
65
path: |
0 commit comments