Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jan 3, 2025
1 parent 5a93431 commit 26b6ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
retention-days: 21
Expand All @@ -60,7 +60,7 @@ jobs:
run: ./gradlew assemble -x compileTestJava -Dskip_jfx_bundle=true
- name: Upload distribution jar
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snapshot-build
retention-days: 30
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
JRELEASER_NEXUS2_PASSWORD: ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_PASSWORD }}
# Upload JRelease debug log
- name: JReleaser output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: jreleaser-release
Expand Down

0 comments on commit 26b6ebc

Please sign in to comment.