Skip to content

Commit

Permalink
NOISSUE: Update upload-artifact and download-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbal committed Jan 23, 2025
1 parent ed5391b commit 62f4db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m build .
- name: Upload wheel and sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*
Expand All @@ -52,7 +52,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download wheel and sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download wheel and sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 62f4db4

Please sign in to comment.