Skip to content

Commit

Permalink
Merge pull request #676 from azmeuk/gha-update
Browse files Browse the repository at this point in the history
update upload-artifact and download-artifact GHA actions
  • Loading branch information
azmeuk authored Sep 4, 2024
2 parents bc1dd67 + 2bde4c2 commit 904d66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: build dist
run: python -m build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/*
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 904d66b

Please sign in to comment.