Skip to content

Commit

Permalink
fix upload/download artifacts in CI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Dec 9, 2024
1 parent 6bae615 commit 63ccbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- run: twine check --strict dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pypi_files
path: dist
Expand All @@ -208,7 +208,7 @@ jobs:
- uses: actions/checkout@v4

- name: get dist artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: pypi_files
path: dist
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- uses: actions/checkout@v4

- name: get dist artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: pypi_files
path: dist
Expand Down

0 comments on commit 63ccbb2

Please # to comment.