Skip to content

Commit

Permalink
Use upload-artifact@v4 as well. Upload/download versions must match.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
  • Loading branch information
pstibrany committed Jan 8, 2024
1 parent 26a4d24 commit 809640a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
run: |
tar cvf images.tar /tmp/images
- name: Upload Archive with Docker Images
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Docker Images
path: ./images.tar
Expand All @@ -281,7 +281,7 @@ jobs:
make BUILD_IN_CONTAINER=false cmd/mimir/.uptodate_race
docker save $MIMIR_IMAGE -o ./mimir_race_image
- name: Upload archive with race-enabled Mimir
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Race-enabled Mimir
path: ./mimir_race_image
Expand Down

0 comments on commit 809640a

Please sign in to comment.