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 Oct 1, 2024
1 parent aa8e5a6 commit 148c107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bash build_tools/test_wheels.sh
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: source-dist
path: dist
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: source-dist
path: dist
Expand Down

0 comments on commit 148c107

Please sign in to comment.