@@ -122,14 +122,14 @@ jobs:
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123123
124124 - name : Upload arm64 build artifacts
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : CalendarAPI-linux-arm64
128128 path : src/dist/CalendarAPI_linux_arm64_v8.0/calendarapi
129129 if-no-files-found : error
130130
131131 - name : Upload amd64 build artifacts
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : CalendarAPI-linux-amd64
135135 path : src/dist/CalendarAPI_linux_amd64_v1/calendarapi
@@ -183,7 +183,7 @@ jobs:
183183 fetch-depth : 0
184184
185185 - name : Pull in platform artifact
186- uses : actions/download-artifact@v5
186+ uses : actions/download-artifact@v6
187187 with :
188188 name : CalendarAPI-linux-${{ matrix.arch }}
189189
@@ -207,7 +207,7 @@ jobs:
207207 touch "/tmp/digests/${digest#sha256:}"
208208
209209 - name : Upload digest
210- uses : actions/upload-artifact@v4
210+ uses : actions/upload-artifact@v5
211211 with :
212212 name : image-digest-${{ env.PLATFORM_PAIR }}
213213 path : /tmp/digests/*
@@ -235,7 +235,7 @@ jobs:
235235 echo "FULL_IMAGE_NAME=${image}" >> $GITHUB_ENV
236236
237237 - name : Download digests
238- uses : actions/download-artifact@v5
238+ uses : actions/download-artifact@v6
239239 with :
240240 path : /tmp/digests
241241 pattern : image-digest-*
0 commit comments