Skip to content

Commit 6f88770

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 2e04adb commit 6f88770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
4343
- name: Archive production artifacts
4444
if: success() || failure()
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: Mega-Linter reports
4848
path: |

0 commit comments

Comments
 (0)