Skip to content

Commit

Permalink
Merge pull request CederGroupHub#488 from CederGroupHub/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
lbluque authored Dec 18, 2024
2 parents b701c07 + 9298514 commit 820a72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]

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

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]

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

Expand All @@ -110,6 +110,6 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

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

0 comments on commit 820a72d

Please sign in to comment.