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 5151 PYTHON : ${{ matrix.python }}
5252 runs-on : ${{ matrix.platform }}
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 - uses : actions/setup-python@v4
5656 with :
5757 python-version : ${{ matrix.python }}
8383 if : ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@v3
86+ - uses : actions/checkout@v4
8787 - uses : actions/setup-python@v4
8888 with : { python-version: "3.11" }
8989 - uses : actions/download-artifact@v4
@@ -101,8 +101,8 @@ jobs:
101101 # if: ${{ github.event_name == 'push' }}
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@v3
105- - uses : actions/download-artifact@v3
104+ - uses : actions/checkout@v4
105+ - uses : actions/download-artifact@v4
106106 with : { name: python-distribution-files, path: dist/ }
107107 - uses : docker/setup-qemu-action@v2
108108 - uses : docker/setup-buildx-action@v2
You can’t perform that action at this time.
0 commit comments