File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9797
9898 - name : " [Nightly] Download built otelcol-contrib artifact from contrib repo"
9999 if : inputs.distribution == 'otelcol-contrib' && inputs.nightly == true && matrix.GOARCH == 'amd64' && matrix.GOOS == 'linux'
100- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
100+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
101101 with :
102102 name : collector-binaries-linux-amd64
103103 repository : open-telemetry/opentelemetry-collector-contrib
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - name : Download built artifacts
30- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
30+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3131 with :
3232 name : linux-packages
3333
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 go-version : " ~1.24"
166166 check-latest : true
167167
168- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
168+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
169169 with :
170170 pattern : artifacts-${{ inputs.distribution }}-*
171171 path : distributions/${{ inputs.distribution }}/dist
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - name : Download built artifacts
25- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
25+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
2626 with :
2727 name : msi-packages
2828
You can’t perform that action at this time.
0 commit comments