Skip to content

Commit

Permalink
fix artifact name related to update of actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Dec 20, 2023
1 parent 89ac6d0 commit 6019692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: github.event_name == 'release' || contains(github.ref, 'refs/heads/wheel')
with:
name: artefacts
artefact-${{ matrix.os }}
path: wheelhouse/
- name: Install docs dependencies
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
Expand Down

0 comments on commit 6019692

Please sign in to comment.