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 d0d76bb commit 3291631Copy full SHA for 3291631
.github/workflows/mega-linter.yml
@@ -63,7 +63,7 @@ jobs:
63
# 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