Skip to content

Commit 894fc15

Browse files
chore(deps): update actions/download-artifact action to v4.2.0
1 parent c3d70c3 commit 894fc15

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: "[Nightly] Download built otelcol-contrib artifact from contrib repo"
105105
if: inputs.distribution == 'otelcol-contrib' && inputs.nightly == true && matrix.GOARCH == 'amd64' && matrix.GOOS == 'linux'
106-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
106+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
107107
with:
108108
name: collector-binaries-linux-amd64
109109
repository: open-telemetry/opentelemetry-collector-contrib
@@ -261,7 +261,7 @@ jobs:
261261
platforms: arm64,ppc64le,linux/arm/v7,s390x
262262

263263
- name: Download container image artifact
264-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 #v4.1.9
264+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
265265
with:
266266
name: ${{ inputs.distribution }}-image-${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
267267

.github/workflows/base-package-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828

2929
- name: Download built artifacts
30-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
30+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3131
with:
3232
name: linux-packages
3333

.github/workflows/base-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,21 @@ jobs:
182182
go-version: "~1.24"
183183
check-latest: true
184184

185-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
185+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
186186
if: runner.os == 'Windows'
187187
with:
188188
pattern: artifacts-${{ inputs.distribution }}-windows-*
189189
path: distributions/${{ inputs.distribution }}/dist
190190
merge-multiple: true
191191

192-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
192+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
193193
if: runner.os != 'Windows'
194194
with:
195195
pattern: artifacts-${{ inputs.distribution }}-darwin-*
196196
path: distributions/${{ inputs.distribution }}/dist
197197
merge-multiple: true
198198

199-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
199+
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
200200
if: runner.os != 'Windows'
201201
with:
202202
pattern: artifacts-${{ inputs.distribution }}-linux-*

.github/workflows/msi-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Download built artifacts
25-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
25+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
2626
with:
2727
name: msi-packages
2828

0 commit comments

Comments
 (0)