Skip to content

Commit

Permalink
github: switch to upload-artifact v4
Browse files Browse the repository at this point in the history
v3 is no longer supported

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and Ivan-Velickovic committed Feb 2, 2025
1 parent 661ae0c commit 04ee2c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rump-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
req: ${{ matrix.req }}
- name: Upload images
if: ${{ matrix.req != 'sim' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.req }}
path: '*-images.tar.gz'
Expand All @@ -72,7 +72,7 @@ jobs:
path: machine_queue
token: ${{ secrets.PRIV_REPO_TOKEN }}
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-${{ matrix.req }}
- name: Run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
req: ${{ matrix.req }}
- name: Upload images
if: ${{ matrix.req != 'sim' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.req }}
path: '*-images.tar.gz'

0 comments on commit 04ee2c3

Please sign in to comment.