Skip to content

Commit d8ab990

Browse files
authored
Merge pull request #8 from OpenZeppelin/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v4
2 parents 6ebc641 + 0dce684 commit d8ab990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Upload MegaLinter artifacts
100100
- name: Archive production artifacts
101101
if: ${{ success() }} || ${{ failure() }}
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: MegaLinter reports
105105
path: |

0 commit comments

Comments
 (0)