File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9393 python -c 'import typing_extensions; import test.__main__' test_typing -v
9494
9595 - name : Upload coverage reports to Codecov
96- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
96+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
9797 if : ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }}
9898 with :
9999 token : ${{ secrets.CODECOV_ORG_TOKEN }}
Original file line number Diff line number Diff line change 4343 - name : Build a binary wheel and a source tarball
4444 run : python -m build
4545 - name : Store the distribution packages
46- uses : actions/upload-artifact@v5
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : python-package-distributions
4949 path : dist/
6363 with :
6464 python-version : " 3.x"
6565 - name : Download all the dists
66- uses : actions/download-artifact@v6
66+ uses : actions/download-artifact@v7
6767 with :
6868 name : python-package-distributions
6969 path : dist/
9292 with :
9393 python-version : " 3.x"
9494 - name : Download all the dists
95- uses : actions/download-artifact@v6
95+ uses : actions/download-artifact@v7
9696 with :
9797 name : python-package-distributions
9898 path : dist/
@@ -120,7 +120,7 @@ jobs:
120120 with :
121121 python-version : " 3.x"
122122 - name : Download all the dists
123- uses : actions/download-artifact@v6
123+ uses : actions/download-artifact@v7
124124 with :
125125 name : python-package-distributions
126126 path : dist/
@@ -152,7 +152,7 @@ jobs:
152152
153153 steps :
154154 - name : Download all the dists
155- uses : actions/download-artifact@v6
155+ uses : actions/download-artifact@v7
156156 with :
157157 name : python-package-distributions
158158 path : dist/
You can’t perform that action at this time.
0 commit comments