Skip to content

Commit d883562

Browse files
authored
Merge pull request #137 from domaframework/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 53a2cb7 + ad9a89c commit d883562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Upload reports
6262
if: failure()
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: build
6666
path: ./**/build/reports

0 commit comments

Comments
 (0)