Skip to content

Commit 0dce684

Browse files
Update actions/upload-artifact action to v4
1 parent 6a5995c commit 0dce684

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)