Skip to content

Commit 47fc503

Browse files
committed
actions/upload-artifact updated to v3
1 parent 6efe594 commit 47fc503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
- name: Archive production artifacts
2727
if: ${{ success() }} || ${{ failure() }}
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: MegaLinter reports
3131
path: |
3232
megalinter-reports
33-
mega-linter.log
33+
mega-linter.log

0 commit comments

Comments
 (0)