Skip to content

Commit b57af1f

Browse files
committed
Update actions/upload-artifact action to v6
1 parent 1b37e2f commit b57af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

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

146146
- name: Upload report
147147
if: always()
148-
uses: actions/upload-artifact@v5
148+
uses: actions/upload-artifact@v6
149149
with:
150150
name: pmd-report
151151
if-no-files-found: ignore

0 commit comments

Comments
 (0)