Skip to content

Commit 35f16c6

Browse files
authored
Merge pull request #23 from sanshengshui/develop-0.7.3
upgrade actions/upload-artifact form v2 to v4
2 parents 7e53c3e + 005f06f commit 35f16c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo $NEXT_VERSION > NEXT_VERSION
7070
7171
- name: 'Upload version files'
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: artifacts
7575
path: |
@@ -137,7 +137,7 @@ jobs:
137137
./toolkit-app/target/toolkit -V
138138
139139
- name: 'Upload build artifact'
140-
uses: actions/upload-artifact@v2
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: artifacts
143143
path: toolkit-app/target/*.zip
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: JReleaser output
210210
if: always()
211-
uses: actions/upload-artifact@v2
211+
uses: actions/upload-artifact@v4
212212
with:
213213
name: jreleaser-logs
214214
path: |

0 commit comments

Comments
 (0)