Skip to content

Commit d8e6e48

Browse files
committed
Merge branch '1.0.x'
* 1.0.x: Upgrade to actions/upload-artifact@v4
2 parents bdbf27b + dc2bca0 commit d8e6e48

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)