We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523e646 commit f19bf37Copy full SHA for f19bf37
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
BINARY_VERSION: docker-image-build
33
- name: upload builds
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
35
with:
36
name: builds
37
path: builds/
@@ -124,7 +124,7 @@ jobs:
124
docker inspect csi-grpc-proxy-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }}
125
docker save csi-grpc-proxy-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} -o csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar
126
- name: upload image tar
127
128
129
name: csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar
130
path: csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar
0 commit comments