Skip to content

Commit bf9d147

Browse files
committed
fix workflow for upload-artifact
1 parent f589876 commit bf9d147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293

294294

295295
- name: Upload
296-
uses: actions/upload-artifact@v1
296+
uses: actions/upload-artifact@v4
297297
with:
298298
path: ./${{ matrix.config.artifact }}
299299
name: ${{ matrix.config.artifact }}
@@ -318,7 +318,7 @@ jobs:
318318
- name: Store Release url
319319
run: |
320320
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
321-
- uses: actions/upload-artifact@v1
321+
- uses: actions/upload-artifact@v4
322322
with:
323323
path: ./upload_url
324324
name: upload_url

0 commit comments

Comments
 (0)