Skip to content

Commit c1dceba

Browse files
author
Erick Friis
committed
infra: use artifact v4 in release pipeline
1 parent df6af18 commit c1dceba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: ${{ inputs.working-directory }}
6060

6161
- name: Upload build
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: dist
6565
path: ${{ inputs.working-directory }}/dist/
@@ -218,7 +218,7 @@ jobs:
218218
working-directory: ${{ inputs.working-directory }}
219219
cache-key: release
220220

221-
- uses: actions/download-artifact@v3
221+
- uses: actions/download-artifact@v4
222222
with:
223223
name: dist
224224
path: ${{ inputs.working-directory }}/dist/
@@ -257,7 +257,7 @@ jobs:
257257
working-directory: ${{ inputs.working-directory }}
258258
cache-key: release
259259

260-
- uses: actions/download-artifact@v3
260+
- uses: actions/download-artifact@v4
261261
with:
262262
name: dist
263263
path: ${{ inputs.working-directory }}/dist/

.github/workflows/_test_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ${{ inputs.working-directory }}
5454

5555
- name: Upload build
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: test-dist
5959
path: ${{ inputs.working-directory }}/dist/
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383

84-
- uses: actions/download-artifact@v3
84+
- uses: actions/download-artifact@v4
8585
with:
8686
name: test-dist
8787
path: ${{ inputs.working-directory }}/dist/

0 commit comments

Comments
 (0)