Skip to content

Commit

Permalink
Merge pull request #73 from dimastbk/renovate/major-github-artifact-a…
Browse files Browse the repository at this point in the history
…ctions

chore(deps): update github artifact actions to v4 (major)
  • Loading branch information
dimastbk authored Jul 18, 2024
2 parents 7a631d7 + ad885af commit 7c89d3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ jobs:

- run: twine check --strict dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
path: dist

release:
Expand All @@ -258,10 +258,11 @@ jobs:
- run: pip install -U twine

- name: get dist artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
pattern: wheels-*
merge-multiple: true

- run: twine check dist/*

Expand Down

0 comments on commit 7c89d3d

Please sign in to comment.