Skip to content

Commit 9fdb04e

Browse files
Update actions/upload-artifact action to v7 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9868d0e commit 9fdb04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Execute Gradle build
3131
run: ./gradlew createLocalM2 -PPGP_KEY="${{secrets.PGP_KEY}}" -PPGP_PAS="${{secrets.PGP_PAS}}"
3232

33-
- uses: actions/upload-artifact@v6
33+
- uses: actions/upload-artifact@v7
3434
with:
3535
name: m2
3636
path: build/m2

0 commit comments

Comments
 (0)