Skip to content

Commit

Permalink
Merge pull request #122 from numba/renovate/major-github-artifact-act…
Browse files Browse the repository at this point in the history
…ions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
esc authored May 26, 2024
2 parents 1827fb2 + c99fd97 commit 3efc9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build wheels
run: "pip wheel -w wheelhouse ."

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/numba_rvsdg-*.whl

Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand All @@ -62,7 +62,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 3efc9a2

Please sign in to comment.