Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 3 to 4 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent f8b4ea0 commit e2e4eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
JRELEASER_PLATFORM_OVERRIDE: ${{ matrix.job.jreleaser_platform }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: artifacts
path: |
out/jreleaser/assemble/sdkman-cli-native/archive/*.zip
- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: jreleaser-${{ matrix.job.target }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: jreleaser-release
Expand Down

0 comments on commit e2e4eac

Please sign in to comment.