Skip to content

Commit

Permalink
Use the same version for the upload-artifact and download-artifact ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
matus-tomlein committed Nov 20, 2024
1 parent 7fd3d0a commit 30717fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: distfiles_${{ github.run_id }}
path: dist
Expand All @@ -76,7 +76,7 @@ jobs:
python-version: '3.x'

- name: Download artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: distfiles_${{ github.run_id }}
path: ${{ github.workspace }}/dist
Expand Down

0 comments on commit 30717fb

Please sign in to comment.