Skip to content

Commit

Permalink
Hotfix CI. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Feb 3, 2025
1 parent cf08c17 commit 3b634ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ jobs:
--skip-missing-interpreters false
- name: Store the Python package distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
# NOTE: Exact expected file names are specified here
Expand Down Expand Up @@ -652,7 +652,7 @@ jobs:
shell: bash

- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -784,7 +784,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -814,7 +814,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 3b634ab

Please sign in to comment.