Skip to content

Commit 5262fac

Browse files
Update actions/upload-artifact action to v5
1 parent ab831f2 commit 5262fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Upload MegaLinter artifacts
4242
- name: Archive production artifacts
4343
if: success() || failure()
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: MegaLinter reports
4747
path: |

0 commit comments

Comments
 (0)