Skip to content

Commit a83c505

Browse files
authored
Merge pull request #130 from unixorn/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 894d146 + fe5e818 commit a83c505

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
@@ -66,7 +66,7 @@ jobs:
6666
# They will be available on Github action page "Artifacts" section
6767
- name: Archive production artifacts
6868
if: ${{ success() }} || ${{ failure() }}
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: Mega-Linter reports
7272
path: |

0 commit comments

Comments
 (0)