Skip to content

Commit e8a32cf

Browse files
Update actions/upload-artifact action to v6 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 815da50 commit e8a32cf

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
@@ -50,7 +50,7 @@ jobs:
5050
# Upload Mega-Linter artifacts
5151
- name: Archive production artifacts
5252
if: success() || failure()
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: Mega-Linter reports
5656
include-hidden-files: "true"

0 commit comments

Comments
 (0)