File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
4141 pytest --cov=symbiont --cov-report=xml
4242
4343 - name : Upload coverage to Codecov
44- uses : codecov/codecov-action@v3
44+ uses : codecov/codecov-action@v4
4545 with :
4646 file : ./coverage.xml
4747 flags : unittests
5555 - uses : actions/checkout@v4
5656
5757 - name : Set up Python
58- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : " 3.11"
6161
6868 run : python -m build
6969
7070 - name : Upload build artifacts
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : dist
7474 path : dist/
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
5151 - uses : actions/checkout@v4
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : " 3.11"
5757
8585 - uses : actions/checkout@v4
8686
8787 - name : Set up Python
88- uses : actions/setup-python@v4
88+ uses : actions/setup-python@v5
8989 with :
9090 python-version : " 3.11"
9191
@@ -102,7 +102,7 @@ jobs:
102102 run : echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
103103
104104 - name : Create GitHub Release
105- uses : softprops/action-gh-release@v1
105+ uses : softprops/action-gh-release@v2
106106 with :
107107 files : |
108108 dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments