Skip to content

Commit

Permalink
Bump to upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Oct 26, 2024
1 parent c554cbd commit cc37154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CIBW_ARCHS_MACOS: x86_64
HATCH_BUILD_HOOKS_ENABLE: "true"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: wheelhouse/*.whl
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
CIBW_ARCHS_LINUX: aarch64
HATCH_BUILD_HOOKS_ENABLE: "true"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: wheelhouse/*.whl
Expand Down

0 comments on commit cc37154

Please sign in to comment.