Skip to content

Commit

Permalink
Bumping upload-artifact and download-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
keenon committed Sep 23, 2024
1 parent 5407bec commit a7fc675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_x86_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
PYTHON_LIB: ${{ matrix.PYTHON_LIB }}
PYTHON_VERSION_NUMBER: ${{ matrix.PYTHON_VERSION_NUMBER }}
- name: Publish artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
path: wheelhouse/nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand All @@ -94,7 +94,7 @@ jobs:
needs: [build-linux-x86_64]
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: wheelhouse
- name: Display structure of downloaded files before flattening
Expand Down

0 comments on commit a7fc675

Please sign in to comment.