Skip to content

Commit b95b339

Browse files
committed
ci: bump actions/upload-artifact to v3
1 parent dd087cb commit b95b339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kube-ovn-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
make base-tar-amd64
1919
2020
- name: Upload image to artifact
21-
uses: actions/upload-artifact@v2
21+
uses: actions/upload-artifact@v3
2222
with:
2323
name: image-amd64
2424
path: image-amd64.tar
@@ -45,7 +45,7 @@ jobs:
4545
make base-tar-arm64
4646
4747
- name: Upload image to artifact
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v3
4949
with:
5050
name: image-arm64
5151
path: image-arm64.tar

0 commit comments

Comments
 (0)