Skip to content

Commit

Permalink
Update github actions version
Browse files Browse the repository at this point in the history
Signed-off-by: Sownak Roy <[email protected]>
  • Loading branch information
sownak committed Feb 3, 2025
1 parent 70b4981 commit 0cadc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-to: type=gha,mode=min

- name: Upload Docker test image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: callisto-build.tar
path: /tmp/callisto-build.tar
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
cache-to: type=gha,mode=min

- name: Upload Docker test image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hasuracli-build.tar
path: /tmp/hasuracli-build.tar

0 comments on commit 0cadc63

Please sign in to comment.