We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e53c3e + 005f06f commit 35f16c6Copy full SHA for 35f16c6
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
echo $NEXT_VERSION > NEXT_VERSION
70
71
- name: 'Upload version files'
72
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
73
with:
74
name: artifacts
75
path: |
@@ -137,7 +137,7 @@ jobs:
137
./toolkit-app/target/toolkit -V
138
139
- name: 'Upload build artifact'
140
141
142
143
path: toolkit-app/target/*.zip
@@ -208,7 +208,7 @@ jobs:
208
209
- name: JReleaser output
210
if: always()
211
212
213
name: jreleaser-logs
214
0 commit comments