1111 runs-on : ubuntu-22.04
1212 steps :
1313
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
3434 run : make dist
3535
3636 - name : Upload artifacts
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v6
3838 with :
3939 name : greaseweazle-ci-${{ steps.vars.outputs.ver }}-sdist
4040 path : greaseweazle-${{ steps.vars.outputs.ver }}.zip
@@ -43,12 +43,12 @@ jobs:
4343 runs-on : windows-2022
4444 steps :
4545
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949
5050 - name : Set up Python
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : 3.8
5454 architecture : x86
7676 7z a $GW-win32.zip $GW
7777
7878 - name : Upload artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v6
8080 with :
8181 name : greaseweazle-ci-${{ steps.vars.outputs.ver }}-win32
8282 path : greaseweazle-${{ steps.vars.outputs.ver }}-win32.zip
@@ -85,12 +85,12 @@ jobs:
8585 runs-on : windows-2022
8686 steps :
8787
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 0
9191
9292 - name : Set up Python
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : 3.11
9696 architecture : x64
@@ -118,7 +118,7 @@ jobs:
118118 7z a $GW-win64.zip $GW
119119
120120 - name : Upload artifacts
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v6
122122 with :
123123 name : greaseweazle-ci-${{ steps.vars.outputs.ver }}-win64
124124 path : greaseweazle-${{ steps.vars.outputs.ver }}-win64.zip
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-22.04
129129 steps :
130130
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@v6
132132 with :
133133 fetch-depth : 0
134134
@@ -148,7 +148,7 @@ jobs:
148148 echo "ver=$(make version)" >> $GITHUB_OUTPUT
149149
150150 - name : Download artifacts
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v8
152152 with :
153153 pattern : greaseweazle-ci-${{ steps.vars.outputs.ver }}-*
154154 merge-multiple : true
0 commit comments