Skip to content

Commit

Permalink
Update publish ci to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Sep 12, 2024
1 parent 8f841b1 commit 0f855f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
bash build_tools/test_wheels.sh ${{ github.ref_name }}
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: source-dist
path: dist
Expand Down

0 comments on commit 0f855f4

Please sign in to comment.