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 56c54ed commit 81d50e8Copy full SHA for 81d50e8
.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.1.0
57
with:
58
name: MegaLinter reports
59
path: |
0 commit comments