Skip to content

Commit

Permalink
Downgrade upload-artifacts to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 21, 2024
1 parent da62ea3 commit 5a66709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ jobs:
- run: |
make preprocess
pipx run build --sdist
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/478
- uses: actions/upload-artifact@v3 # https://github.com/actions/upload-artifact/issues/478
with:
path: ./dist/*.tar.gz
overwrite: true
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: |
make preprocess
pip install ./dist/*.tar.gz
bdist:
Expand Down

0 comments on commit 5a66709

Please sign in to comment.