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 59d1e5e commit 3679e53Copy full SHA for 3679e53
.github/workflows/megalinter.yaml
@@ -53,7 +53,7 @@ jobs:
53
# Upload MegaLinter artifacts
54
- name: Archive production artifacts
55
if: ${{ success() }} || ${{ failure() }}
56
- uses: actions/upload-artifact@v4.0.0
+ uses: actions/upload-artifact@v4.3.5
57
with:
58
name: MegaLinter reports
59
path: |
0 commit comments