Skip to content

Commit 4e4591a

Browse files
chore(deps): update github artifact actions
1 parent acd7002 commit 4e4591a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
chmod +x "../artifacts/${versioned_name}"
124124
125125
- name: Upload artifacts
126-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
126+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
127127
with:
128128
name: ${{ matrix.artifact_name }}-${{ matrix.grpc_version }}
129129
path: artifacts/${{ matrix.artifact_name }}-${{ matrix.grpc_version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Download all artifacts
22-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
22+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
2323
with:
2424
merge-multiple: true
2525
path: release-artifacts

0 commit comments

Comments
 (0)