Skip to content

Commit 04ee2c3

Browse files
lsf37Ivan-Velickovic
authored andcommitted
github: switch to upload-artifact v4
v3 is no longer supported Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
1 parent 661ae0c commit 04ee2c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rump-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
req: ${{ matrix.req }}
4949
- name: Upload images
5050
if: ${{ matrix.req != 'sim' }}
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: images-${{ matrix.req }}
5454
path: '*-images.tar.gz'
@@ -72,7 +72,7 @@ jobs:
7272
path: machine_queue
7373
token: ${{ secrets.PRIV_REPO_TOKEN }}
7474
- name: Download image
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: images-${{ matrix.req }}
7878
- name: Run

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
req: ${{ matrix.req }}
2525
- name: Upload images
2626
if: ${{ matrix.req != 'sim' }}
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: images-${{ matrix.req }}
3030
path: '*-images.tar.gz'

0 commit comments

Comments
 (0)