Skip to content

Commit

Permalink
update upload and download artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jan 30, 2025
1 parent ff794dc commit 0cb9cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build sdist and wheel
run: pipx run build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist

Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 0cb9cc7

Please sign in to comment.