Skip to content

Commit 4a84a27

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent ecc0c70 commit 4a84a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./gradlew clean build
2525

2626
- name: Archive failure build reports
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v7
2828
if: failure()
2929
with:
3030
name: build-reports

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SONATYPE_GPG_KEY_PASSWORD: ${{ secrets.SONATYPE_GPG_KEY_PASSWORD }}
3838

3939
- name: Archive failure build reports
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4141
if: failure()
4242
with:
4343
name: build-reports

0 commit comments

Comments
 (0)