Skip to content

Commit 66419e6

Browse files
Merge pull request #109 from xenit-eu/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 4e74c54 + d4f50c4 commit 66419e6

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
@@ -27,7 +27,7 @@ jobs:
2727
run: ./gradlew publish
2828
- name: Upload reports
2929
if: success() || failure()
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: reports-build
3333
path: '**/build/reports'

0 commit comments

Comments
 (0)