@@ -62,13 +62,13 @@ jobs:
6262 permissions :
6363 contents : write
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868 submodules : true
6969 - name : Checkout ci-tools
7070 if : github.repository != 'TokTok/ci-tools'
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 with :
7373 repository : TokTok/ci-tools
7474 path : third_party/ci-tools
7777 if : github.repository == 'TokTok/ci-tools'
7878 run : ln -s .. third_party/ci-tools
7979 - name : Checkout dockerfiles
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v6
8181 with :
8282 repository : TokTok/dockerfiles
8383 path : third_party/dockerfiles
@@ -103,7 +103,7 @@ jobs:
103103 --dep-prefix /Users/runner/work/deps
104104 - name : Cache dependencies (except Qt)
105105 id : cache-deps
106- uses : actions/cache@v4
106+ uses : actions/cache@v5
107107 with :
108108 path : |
109109 /Users/runner/work/deps/bin
@@ -129,7 +129,7 @@ jobs:
129129 KEYCHAIN_PASSWORD : ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
130130 run : third_party/ci-tools/tools/install_apple_cert.sh >/dev/null
131131 - name : Cache compiler output
132- uses : actions/cache@v4
132+ uses : actions/cache@v5
133133 with :
134134 path : .cache/ccache
135135 key : ${{ github.job }}-macos-distributable-${{ matrix.arch }}-${{ matrix.macos }}-ccache
@@ -148,7 +148,7 @@ jobs:
148148 ${{ inputs.cmake-args }}
149149
150150 - name : Upload artifact
151- uses : actions/upload-artifact@v4
151+ uses : actions/upload-artifact@v6
152152 with :
153153 name : ${{ steps.artifact.outputs.artifact-ref }}
154154 path : |
@@ -205,7 +205,7 @@ jobs:
205205 permissions :
206206 contents : write
207207 steps :
208- - uses : actions/checkout@v4
208+ - uses : actions/checkout@v6
209209 if : inputs.test-files
210210 with :
211211 # Fetch tags if we're not already in a tag build.
@@ -224,7 +224,7 @@ jobs:
224224 echo "binary-name=$(echo "$PROJECT_NAME" | tr '[:upper:]' '[:lower:]')" >>$GITHUB_OUTPUT
225225 echo "project-name=$PROJECT_NAME" >>$GITHUB_OUTPUT
226226 - name : Download artifact from build step
227- uses : actions/download-artifact@v4
227+ uses : actions/download-artifact@v7
228228 with :
229229 name : ${{ steps.artifact.outputs.artifact-ref }}
230230 - name : Install 7zip
@@ -241,7 +241,7 @@ jobs:
241241 QTOX_SCREENSHOT : ${{ inputs.screenshot && format('{0}-macos-{1}-{2}.png', steps.artifact.outputs.project-name, matrix.arch, matrix.macos) }}
242242 - name : Upload screenshot artifact
243243 if : inputs.screenshot
244- uses : actions/upload-artifact@v4
244+ uses : actions/upload-artifact@v6
245245 with :
246246 name : ${{ steps.run.outputs.screenshot }}
247247 path : ${{ steps.run.outputs.screenshot }}
0 commit comments