@@ -31,12 +31,12 @@ jobs:
3131 head_sha : ${{ steps.version.outputs.head_sha }}
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
3838 - name : Setup Python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.x"
4242
@@ -77,13 +77,13 @@ jobs:
7777 os : [windows-latest, macos-latest, ubuntu-latest]
7878 steps :
7979 - name : Checkout
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v6
8181 with :
8282 fetch-depth : 0
8383 ref : ${{ needs.prepare.outputs.head_sha }}
8484
8585 - name : Setup Python
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : " 3.x"
8989
@@ -121,7 +121,7 @@ jobs:
121121 run : meson compile -C builddir
122122
123123 - name : Upload Build Artifact
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : pakfu-build-${{ matrix.os }}
127127 path : |
@@ -140,12 +140,12 @@ jobs:
140140 os : [windows-latest, macos-latest, ubuntu-latest]
141141 steps :
142142 - name : Checkout
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v6
144144 with :
145145 ref : ${{ needs.prepare.outputs.head_sha }}
146146
147147 - name : Setup Python
148- uses : actions/setup-python@v5
148+ uses : actions/setup-python@v6
149149 with :
150150 python-version : " 3.x"
151151
@@ -157,7 +157,7 @@ jobs:
157157 modules : qtmultimedia qtimageformats
158158
159159 - name : Download Build Artifact
160- uses : actions/download-artifact@v4
160+ uses : actions/download-artifact@v8
161161 with :
162162 name : pakfu-build-${{ matrix.os }}
163163 path : .
@@ -224,12 +224,12 @@ jobs:
224224 os : [windows-latest, macos-latest, ubuntu-latest]
225225 steps :
226226 - name : Checkout
227- uses : actions/checkout@v4
227+ uses : actions/checkout@v6
228228 with :
229229 ref : ${{ needs.prepare.outputs.head_sha }}
230230
231231 - name : Setup Python
232- uses : actions/setup-python@v5
232+ uses : actions/setup-python@v6
233233 with :
234234 python-version : " 3.x"
235235
@@ -241,7 +241,7 @@ jobs:
241241 modules : qtmultimedia qtimageformats
242242
243243 - name : Download Build Artifact
244- uses : actions/download-artifact@v4
244+ uses : actions/download-artifact@v8
245245 with :
246246 name : pakfu-build-${{ matrix.os }}
247247 path : .
@@ -343,7 +343,7 @@ jobs:
343343 --arch "${PAKFU_ARCH}"
344344
345345 - name : Upload Package Artifact
346- uses : actions/upload-artifact@v4
346+ uses : actions/upload-artifact@v7
347347 with :
348348 name : pakfu-dist-${{ matrix.os }}
349349 path : dist/*
@@ -356,18 +356,18 @@ jobs:
356356 runs-on : ubuntu-latest
357357 steps :
358358 - name : Checkout
359- uses : actions/checkout@v4
359+ uses : actions/checkout@v6
360360 with :
361361 fetch-depth : 0
362362 ref : ${{ needs.prepare.outputs.head_sha }}
363363
364364 - name : Setup Python
365- uses : actions/setup-python@v5
365+ uses : actions/setup-python@v6
366366 with :
367367 python-version : " 3.x"
368368
369369 - name : Download Package Artifacts
370- uses : actions/download-artifact@v4
370+ uses : actions/download-artifact@v8
371371 with :
372372 path : dist
373373 merge-multiple : true
0 commit comments