Skip to content

Commit

Permalink
fix more workflow breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shanepowell committed Feb 21, 2025
1 parent 3c2d5ec commit c62b5a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_vs2019x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
path: ./upload_url
name: upload_url
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vs2019x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: cmake -E tar cfv ../${{ matrix.config.artifact }} --format=7zip .

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
path: ./${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vs2022x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: cmake -E tar cfv ../${{ matrix.config.artifact }} --format=7zip .

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
path: ./${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vs2022x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
echo "${{ steps.create_release.outputs.upload_url }}" > ./upload_url
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
path: ./upload_url
name: upload_url
Expand Down

0 comments on commit c62b5a8

Please sign in to comment.