Skip to content

Commit 09a324a

Browse files
committed
Updates artifact upload action to v4
1 parent 56d857e commit 09a324a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/make-plugin-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sha256sum -c $exe'.sha256'
3737
done
3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: plugin
4242
path: javascript/net/grpc/web/generator/zig-out/bin/

.github/workflows/make-plugin-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: verify sha256
2727
run: sha256sum -c protoc-gen-grpc-web-${{ github.event.inputs.version_number }}-linux-x86_64.sha256
2828
- name: Upload artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: plugin
3232
path: protoc-gen-grpc-web*

.github/workflows/make-plugin-mac-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: verify sha256
4343
run: sha256sum -c protoc-gen-grpc-web-${{ github.event.inputs.version_number }}-darwin-x86_64.sha256
4444
- name: Upload artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: plugin
4848
path: protoc-gen-grpc-web*

.github/workflows/make-plugin-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# TODO: Check sha256 (sha256sum not available for now. )
3232
#- name: verify sha256
3333
- name: Upload artifacts
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: plugin
3737
path: protoc-gen-grpc-web*

0 commit comments

Comments
 (0)