File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout ${{ github.head_ref || github.ref_name }}
20- uses : actions/checkout@v3
21- - uses : actions/setup-python@v3
20+ uses : actions/checkout@v4
21+ - uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.10"
2424 - name : Install dependencies
@@ -36,12 +36,12 @@ jobs:
3636 echo $WHEEL
3737 shell : bash
3838 - name : Upload sdist artifact to GitHub
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : ${{ env.SDIST }}
4242 path : dist/${{ env.SDIST }}
4343 - name : Upload wheel artifact to GitHub
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : ${{ env.WHEEL }}
4747 path : dist/${{ env.WHEEL }}
You can’t perform that action at this time.
0 commit comments