Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 3 to 4 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 5d30acb commit 1756862
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 1756862

Please sign in to comment.