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 612d775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,8 +45,8 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
uses: actions/download-artifact@v4
with:Bump version of zhinst-toolkit to 0.6.4
name: source-dist
path: dist

Expand Down

0 comments on commit 612d775

Please sign in to comment.