File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments