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
|
||||
- name: Archive production artifacts
|
||||
if: ${{ success() }} || ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: MegaLinter reports
|
||||
path: |
|
||||
|
|
Loading…
Reference in New Issue