Skip to content

Commit

Permalink
Use v4 for downlad and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz committed Sep 3, 2024
1 parent 210e612 commit acd0ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
python -m build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
with:
path: dist
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit acd0ca4

Please sign in to comment.