Skip to content

Commit

Permalink
Update upload/download artifact github actions version to v4 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungup90 authored Jan 23, 2025
1 parent 58d3781 commit 362c7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
docker save aibrix/${{ matrix.image }}:${{ github.sha }} > ${{ matrix.image }}.tar
- name: Upload image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}-image
path: ${{ matrix.image }}.tar
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Download all image artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Install kind
run: |
Expand Down

0 comments on commit 362c7ce

Please sign in to comment.