Skip to content

Commit

Permalink
to actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Mar 10, 2024
1 parent dd02b03 commit b6c6a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
cp _skbuild/*/cmake-build/src/h3/_cy/*.html ./annotations
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
path: ./annotations
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pytest --cov=h3 --full-trace

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
path: ./dist

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
pipx run twine check wheelhouse/*
- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
path: wheelhouse/*.whl

Expand Down

0 comments on commit b6c6a00

Please sign in to comment.