Skip to content

Commit

Permalink
upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jul 16, 2024
1 parent 4405244 commit 55c131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:
- name: Upload Python wheel artifacts
if: matrix.platform.build_type == 'Release' && matrix.platform.build_python == 'ON'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{env.python_wheel_artifacts_name}}
path: ${{env.python_wheel_artifacts_file}}

0 comments on commit 55c131a

Please sign in to comment.