fix(megalinter): upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES

This commit is contained in:
2024-06-17 14:32:50 +03:00
parent f884841ae9
commit fe3e3933f8

View File

@@ -54,7 +54,7 @@ jobs:
# Upload MegaLinter artifacts # Upload MegaLinter artifacts
- name: Archive production artifacts - name: Archive production artifacts
if: success() || failure() if: success() || failure()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: MegaLinter reports name: MegaLinter reports
path: | path: |