Skip to content

Commit

Permalink
upgrade actions/upload-artifact form v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Jan 11, 2025
1 parent f6247b7 commit 005f06f
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 @@ -69,7 +69,7 @@ jobs:
echo $NEXT_VERSION > NEXT_VERSION
- name: 'Upload version files'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
./toolkit-app/target/toolkit -V
- name: 'Upload build artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: toolkit-app/target/*.zip
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

- name: JReleaser output
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jreleaser-logs
path: |
Expand Down

0 comments on commit 005f06f

Please sign in to comment.