3030 - windows-latest
3131 runs-on : ${{matrix.runs-on}}
3232 steps :
33- - uses : actions/checkout@v3
34- - uses : actions/setup-python@v4
33+ - uses : actions/checkout@v4
34+ - uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{env.python-version}}
3737 cache : ${{env.cache}}
4444 - name : Test
4545 run : |
4646 pytest --cov
47- - uses : codecov/codecov-action@v3
47+ - uses : codecov/codecov-action@v4
4848 build :
4949 needs : test
5050 strategy :
5656 - windows-latest
5757 runs-on : ${{matrix.runs-on}}
5858 steps :
59- - uses : actions/checkout@v3
60- - uses : actions/setup-python@v4
59+ - uses : actions/checkout@v4
60+ - uses : actions/setup-python@v5
6161 with :
6262 python-version : ${{env.python-version}}
6363 cache : ${{env.cache}}
@@ -74,12 +74,12 @@ jobs:
7474 if : runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
7575 with :
7676 password : ${{secrets.PYPI_API_TOKEN}}
77- - uses : actions/upload-artifact@v3
77+ - uses : actions/upload-artifact@v4
7878 if : runner.os == 'Linux' && ! startsWith(github.ref, 'refs/tags/')
7979 with :
8080 path : |
8181 dist/*
82- - uses : softprops/action-gh-release@v1
82+ - uses : softprops/action-gh-release@v2
8383 if : runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
8484 with :
8585 # body_path: build/CHANGELOG.md
0 commit comments