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 @@ -13,11 +13,11 @@ jobs:
1313 platform : [ubuntu-latest, macos-latest, windows-latest]
1414 runs-on : ${{ matrix.platform }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 allow-prereleases : true
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 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.x"
1616 - name : Install pypa/build
4242
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v4
45+ uses : actions/download-artifact@v5
4646 with :
4747 name : python-package-distributions
4848 path : dist/
6363
6464 steps :
6565 - name : Download all the dists
66- uses : actions/download-artifact@v4
66+ uses : actions/download-artifact@v5
6767 with :
6868 name : python-package-distributions
6969 path : dist/
You can’t perform that action at this time.
0 commit comments