Skip to content

Commit 9551d24

Browse files
authored
Merge branch 'master' into torrresagus/feat-toon-encoder
2 parents 4965859 + 6ee1947 commit 9551d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
working-directory: ${{ inputs.working-directory }}
7878

7979
- name: Upload build
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: dist
8383
path: ${{ inputs.working-directory }}/dist/
@@ -208,7 +208,7 @@ jobs:
208208
steps:
209209
- uses: actions/checkout@v5
210210

211-
- uses: actions/download-artifact@v5
211+
- uses: actions/download-artifact@v6
212212
with:
213213
name: dist
214214
path: ${{ inputs.working-directory }}/dist/
@@ -258,7 +258,7 @@ jobs:
258258
with:
259259
python-version: ${{ env.PYTHON_VERSION }}
260260

261-
- uses: actions/download-artifact@v5
261+
- uses: actions/download-artifact@v6
262262
with:
263263
name: dist
264264
path: ${{ inputs.working-directory }}/dist/
@@ -428,7 +428,7 @@ jobs:
428428
with:
429429
python-version: ${{ env.PYTHON_VERSION }}
430430

431-
- uses: actions/download-artifact@v5
431+
- uses: actions/download-artifact@v6
432432
if: startsWith(inputs.working-directory, 'libs/core')
433433
with:
434434
name: dist
@@ -497,7 +497,7 @@ jobs:
497497
with:
498498
python-version: ${{ env.PYTHON_VERSION }}
499499

500-
- uses: actions/download-artifact@v5
500+
- uses: actions/download-artifact@v6
501501
with:
502502
name: dist
503503
path: ${{ inputs.working-directory }}/dist/
@@ -537,7 +537,7 @@ jobs:
537537
with:
538538
python-version: ${{ env.PYTHON_VERSION }}
539539

540-
- uses: actions/download-artifact@v5
540+
- uses: actions/download-artifact@v6
541541
with:
542542
name: dist
543543
path: ${{ inputs.working-directory }}/dist/

0 commit comments

Comments
 (0)