Skip to content

Commit b11d952

Browse files
chore(deps): update actions/upload-artifact action to v7 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09d87f9 commit b11d952

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@v6
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: Mega-Linter reports
4848
path: |

0 commit comments

Comments
 (0)