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 60f3240 + e3e1727 commit 50c7d4dCopy full SHA for 50c7d4d
.github/workflows/megalinter.yml
@@ -63,7 +63,7 @@ jobs:
63
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
64
- name: Archive production artifacts
65
if: ${{ success() }} || ${{ failure() }}
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
with:
68
name: Mega-Linter reports
69
path: |
0 commit comments