File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 os : [macos-latest, ubuntu-latest, windows-latest]
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 persist-credentials : false
1414 - name : Set up Python
4444
4545 steps :
4646 - name : Download all the dists
47- uses : actions/download-artifact@v4
47+ uses : actions/download-artifact@v5
4848 with :
4949 name : python-package-distributions
5050 path : dist/
6565
6666 steps :
6767 - name : Download all the dists
68- uses : actions/download-artifact@v4
68+ uses : actions/download-artifact@v5
6969 with :
7070 name : python-package-distributions
7171 path : dist/
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Download all the dists
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v5
113113 with :
114114 name : python-package-distributions
115115 path : dist/
You can’t perform that action at this time.
0 commit comments