Merge pull request #535 from Romanitho/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4pull/544/head
commit
7625f42603
|
@ -60,7 +60,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@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MegaLinter reports
|
name: MegaLinter reports
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue