File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
2222 build :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v6
2626 with :
2727 submodules : recursive
2828 fetch-depth : 0
2929
30- - uses : actions/setup-python@v4
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.8
3333
3434 - run : pipx run build
3535
3636 - name : Upload build artifacts
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v6
3838 with :
3939 name : dist
4040 path : dist
@@ -59,17 +59,17 @@ jobs:
5959 architecture : [x64]
6060
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v6
6363 with :
6464 submodules : recursive
6565 fetch-depth : 0
66- - uses : actions/setup-python@v4
66+ - uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python_version }}
6969 architecture : ${{ matrix.architecture }}
7070
7171 - name : Download build artifacts
72- uses : actions/download-artifact@v3
72+ uses : actions/download-artifact@v5
7373 with :
7474 name : dist
7575 path : dist
9494
9595 steps :
9696 - name : Download build artifacts
97- uses : actions/download-artifact@v3
97+ uses : actions/download-artifact@v6
9898 with :
9999 name : dist
100100 path : dist
You can’t perform that action at this time.
0 commit comments