Skip to content

Commit

Permalink
Updated the upload/download artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 19, 2024
1 parent 21e0deb commit 33f732c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: x86_64 aarch64
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand All @@ -49,7 +49,7 @@ jobs:
run: python -m build .
env:
CBOR2_BUILD_C_EXTENSION: "0"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*
Expand All @@ -64,7 +64,7 @@ jobs:
id-token: write
steps:
- name: Download generated packaging artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Move the packages to dist/
run: |
mkdir dist
Expand Down

0 comments on commit 33f732c

Please sign in to comment.