Skip to content

Commit bfcbcc9

Browse files
authored
Merge pull request #10 from unixorn/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 2 to 4
2 parents eb86f68 + d490782 commit bfcbcc9

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
@@ -59,7 +59,7 @@ jobs:
5959
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
6060
- name: Archive production artifacts
6161
if: ${{ success() }} || ${{ failure() }}
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: Mega-Linter reports
6565
path: |

0 commit comments

Comments
 (0)