Skip to content

Commit

Permalink
Merge pull request #1596 from aboutcode-org/fix-release-ci
Browse files Browse the repository at this point in the history
Bump upload-artifact to v4
  • Loading branch information
keshav-space authored Sep 18, 2024
2 parents a57455a + 831f7ed commit 9c6c219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/

- name: Upload built archives
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pypi_archives
path: dist/*
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: Download built archives
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: pypi_archives
path: dist
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Download built archives
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: pypi_archives
path: dist
Expand Down

0 comments on commit 9c6c219

Please sign in to comment.