Skip to content

Commit b7de54b

Browse files
authored
Merge pull request #21 from ToshY/dependabot/github_actions/main/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 158ef0e + 151d7a6 commit b7de54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,23 +225,23 @@ jobs:
225225
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
226226
227227
- name: Upload base digest
228-
uses: actions/upload-artifact@v4
228+
uses: actions/upload-artifact@v5
229229
with:
230230
name: digest-${{ matrix.variant }}-base-${{ env.PLATFORM_PAIR }}
231231
path: /tmp/digest/base/*
232232
if-no-files-found: error
233233
retention-days: 1
234234

235235
- name: Upload ffmpeg digest
236-
uses: actions/upload-artifact@v4
236+
uses: actions/upload-artifact@v5
237237
with:
238238
name: digest-${{ matrix.variant }}-ffmpeg-${{ env.PLATFORM_PAIR }}
239239
path: /tmp/digest/ffmpeg/*
240240
if-no-files-found: error
241241
retention-days: 1
242242

243243
- name: Upload OTEL digest
244-
uses: actions/upload-artifact@v4
244+
uses: actions/upload-artifact@v5
245245
with:
246246
name: digest-${{ matrix.variant }}-otel-${{ env.PLATFORM_PAIR }}
247247
path: /tmp/digest/otel/*

0 commit comments

Comments
 (0)