Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 4, 2023
1 parent dd087cb commit b95b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kube-ovn-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
make base-tar-amd64
- name: Upload image to artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: image-amd64
path: image-amd64.tar
Expand All @@ -45,7 +45,7 @@ jobs:
make base-tar-arm64
- name: Upload image to artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: image-arm64
path: image-arm64.tar
Expand Down

0 comments on commit b95b339

Please sign in to comment.