Skip to content

Commit

Permalink
Upgrade download/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Jul 6, 2024
1 parent 4fe2715 commit 9248b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
asv machine --yes
asv continuous --show-stderr $GITHUB_SHA
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wsgi_lineprof_asv_results
path: .asv/results
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python -m pip install --upgrade build
- name: Create packages
run: python -m build -s
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wsgi_lineprof_dist
path: dist
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wsgi_lineprof_dist
path: ./wheelhouse/*.whl
Expand All @@ -61,7 +61,7 @@ jobs:
- build_wheel
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wsgi_lineprof_dist
path: dist
Expand Down

0 comments on commit 9248b9b

Please sign in to comment.