Skip to content

Commit

Permalink
Bump to right version of upload-artifact actions version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 10, 2024
1 parent 331edc8 commit 06a1614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: |
make preprocess
pipx run build --sdist
- uses: actions/upload-artifact@v4.1.7 # https://github.com/actions/upload-artifact/issues/478
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/478
with:
path: ./dist/*.tar.gz

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- uses: actions/upload-artifact@v4.1.7 # https://github.com/actions/upload-artifact/issues/478
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/478
with:
path: ./wheelhouse/*.whl

Expand Down

0 comments on commit 06a1614

Please sign in to comment.