Skip to content

Commit cbf000a

Browse files
committed
Fix upload artefact version
1 parent 0b9dd6f commit cbf000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Archive production artifacts
2727
if: ${{ success() }} || ${{ failure() }}
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: MegaLinter reports
3131
path: |

0 commit comments

Comments
 (0)