Skip to content

Commit dc2bca0

Browse files
committed
Upgrade to actions/upload-artifact@v4
1 parent fe85404 commit dc2bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ossrh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3333
- name: JReleaser release output
3434
if: always()
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: jreleaser-release
3838
path: |

0 commit comments

Comments
 (0)