Skip to content

Commit f26136b

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 705c60e commit f26136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
4343
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
4444
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
if: failure()
4747
with:
4848
name: reports

0 commit comments

Comments
 (0)