Skip to content

Commit

Permalink
Merge pull request #8 from OpenZeppelin/renovate/major-github-artifac…
Browse files Browse the repository at this point in the history
…t-actions

Update actions/upload-artifact action to v4
  • Loading branch information
peersky authored Mar 25, 2024
2 parents 6ebc641 + 0dce684 commit d8ab990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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: |
Expand Down

0 comments on commit d8ab990

Please sign in to comment.