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 ecd4696 + 32f695e commit 80bf137Copy full SHA for 80bf137
.github/workflows/megalinter.yaml
@@ -26,7 +26,7 @@ jobs:
26
DISABLE_LINTERS: TERRAFORM_TERRASCAN, TERRAFORM_CHECKOV
27
- name: Archive production artifacts
28
if: ${{ success() }} || ${{ failure() }}
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
30
with:
31
name: MegaLinter reports
32
path: |
0 commit comments