File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Upload artifacts
109
109
if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
path : |
113
113
rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
- name : Upload artifacts
167
167
if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
168
- uses : actions/upload-artifact@v3
168
+ uses : actions/upload-artifact@v4
169
169
with :
170
170
path : |
171
171
rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip
@@ -296,7 +296,7 @@ jobs:
296
296
297
297
- name : Upload artifacts
298
298
if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
299
- uses : actions/upload-artifact@v3
299
+ uses : actions/upload-artifact@v4
300
300
with :
301
301
path : |
302
302
rwkv-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-${{ matrix.build }}-x64.zip
@@ -317,7 +317,7 @@ jobs:
317
317
steps :
318
318
- name : Download artifacts
319
319
id : download-artifact
320
- uses : actions/download-artifact@v3
320
+ uses : actions/download-artifact@v4
321
321
322
322
- name : Get commit hash
323
323
id : commit
You can’t perform that action at this time.
0 commit comments