Skip to content

Commit

Permalink
revert back to upload_artifact v3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 9, 2024
1 parent 7b6a433 commit 4c3545d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
micromamba activate test_and_build
rm -f dist/*
python -m build
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
with:
name: "Dist files"
name: "distfiles"
path: "dist"
test-wheels:
name: test wheel
Expand Down

0 comments on commit 4c3545d

Please sign in to comment.