Skip to content

Commit f19bf37

Browse files
committed
bump action versions
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
1 parent 523e646 commit f19bf37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
BINARY_VERSION: docker-image-build
3333
- name: upload builds
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: builds
3737
path: builds/
@@ -124,7 +124,7 @@ jobs:
124124
docker inspect csi-grpc-proxy-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }}
125125
docker save csi-grpc-proxy-windows:${GITHUB_RUN_ID}-${{ matrix.base_tag }} -o csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar
126126
- name: upload image tar
127-
uses: actions/upload-artifact@v2
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar
130130
path: csi-grpc-proxy-windows-${{ matrix.base_tag }}.tar

0 commit comments

Comments
 (0)