Skip to content

Commit 516505d

Browse files
chore(deps): update github-actions deps (major) (#43847)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v5` -> `v6` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4.6.2` -> `v5.0.0` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4` -> `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v6`](https://redirect.github.com/actions/download-artifact/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v5...v6) </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v5.0.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d79e0fb commit 516505d

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
8484
continue-on-error: true # Allow uploading artifacts even if the test fails
8585
run: make gotest-with-junit-and-cover GROUP=${{ matrix.group }}
86-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
86+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8787
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
8888
with:
8989
name: test-results-arm-${{ matrix.group }}
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
go-version: oldstable
129129
cache-dependency-path: "**/*.sum"
130-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
130+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
131131
with:
132132
merge-multiple: true
133133
pattern: test-results-arm-*

.github/workflows/build-and-test-darwin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make gobuildtest GROUP=cgo
6666
- name: Zip test binaries
6767
run: zip -r testbinaries.zip . --include \*builtunitetest.test
68-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
68+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6969
if: ${{ matrix.os == 'macos-14' }}
7070
with:
7171
name: testbinaries
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
go-version: oldstable
8989
cache-dependency-path: "**/*.sum"
90-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
90+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
9191
with:
9292
name: testbinaries
9393
- name: Unzip binaries to each module

.github/workflows/build-and-test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
134134
continue-on-error: true # Allow uploading artifacts even if the test fails
135135
run: make gotest-with-junit-and-cover GROUP=${{ matrix.group }}
136-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
136+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
137137
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
138138
with:
139139
name: test-results-windows-${{ matrix.os }}-${{ matrix.group }}
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install Tools
189189
if: steps.go-setup.outputs.cache-hit != 'true'
190190
run: make install-tools
191-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
191+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
192192
with:
193193
merge-multiple: true
194194
pattern: test-results-windows-${{ matrix.os }}-*

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ jobs:
269269
if: startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
270270
continue-on-error: true # Allow uploading artifacts even if the test fails
271271
run: make gotest-with-junit-and-cover GROUP=${{ matrix.group }}
272-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
272+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
273273
if: startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
274274
with:
275275
name: coverage-artifacts-${{ matrix.go-version }}-${{ matrix.runner }}-${{ matrix.group }}
276276
path: ${{ matrix.group }}-coverage.txt
277-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
277+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
278278
if: startsWith( matrix.go-version, 'oldstable' ) && github.ref == 'refs/heads/main' && github.event_name == 'push'
279279
with:
280280
name: test-results-${{ matrix.go-version }}-${{ matrix.runner }}-${{ matrix.group }}
@@ -311,7 +311,7 @@ jobs:
311311
needs: [unittest]
312312
steps:
313313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
314-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
314+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
315315
with:
316316
merge-multiple: true
317317
pattern: coverage-artifacts-*
@@ -510,7 +510,7 @@ jobs:
510510
- name: Build Collector ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.arm }}
511511
run: make GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} GOARM=${{ matrix.arm }} otelcontribcol
512512
- name: Upload Collector Binaries
513-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
513+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
514514
with:
515515
name: collector-binaries-${{ matrix.os }}-${{ matrix.arch }}
516516
path: ./bin/*
@@ -524,7 +524,7 @@ jobs:
524524
sparse-checkout: |
525525
.github/workflows/scripts/verify-dist-files-exist.sh
526526
- name: Download Binaries
527-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
527+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
528528
with:
529529
merge-multiple: true
530530
path: ./bin/
@@ -675,7 +675,7 @@ jobs:
675675
- name: Install Tools
676676
if: steps.go-setup.outputs.cache-hit != 'true'
677677
run: make install-tools
678-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
678+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
679679
with:
680680
merge-multiple: true
681681
pattern: test-results-*

.github/workflows/e2e-tests-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build Collector
5050
run: make otelcontribcol
5151
- name: Upload Collector Binary
52-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
52+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
5353
with:
5454
name: collector-binary-${{ matrix.os == 'windows-11-arm' && 'arm64' || 'amd64' }}
5555
path: ./bin/*
@@ -79,7 +79,7 @@ jobs:
7979
if: steps.go-setup.outputs.cache-hit != 'true'
8080
run: make install-tools
8181
- name: Download Collector Binary
82-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
82+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
8383
with:
8484
name: collector-binary-${{ matrix.os == 'windows-11-arm' && 'arm64' || 'amd64' }}
8585
path: bin/
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
& ${{ github.workspace }}\.github\workflows\scripts\win-required-ports.ps1
116116
- name: Download Collector Binary
117-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
117+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
118118
with:
119119
name: collector-binary-${{ matrix.os == 'windows-11-arm' && 'arm64' || 'amd64' }}
120120
path: bin/

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build Collector
4141
run: make otelcontribcol
4242
- name: Upload Collector Binary
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
43+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4444
with:
4545
name: collector-binary
4646
path: ./bin/*
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.go-setup.outputs.cache-hit != 'true'
6060
run: make -j2 gomoddownload
6161
- name: Download Collector Binary
62-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
62+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
6363
with:
6464
name: collector-binary
6565
path: bin/
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
docker save otelcontribcol:latest > /tmp/otelcontribcol.tar
9393
- name: Upload artifact
94-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
94+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9595
with:
9696
name: otelcontribcol
9797
path: /tmp/otelcontribcol.tar
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
kubectl get csr -o=jsonpath='{range.items[?(@.spec.signerName=="kubernetes.io/kubelet-serving")]}{.metadata.name}{" "}{end}' | xargs kubectl certificate approve
136136
- name: Download artifact
137-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
137+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
138138
with:
139139
name: otelcontribcol
140140
path: /tmp

.github/workflows/load-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: make genoteltestbedcol
4444
- run: make oteltestbedcol
4545
- name: Upload Testbed Binaries
46-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
46+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4747
with:
4848
name: testbed-binaries
4949
path: ./bin/*
@@ -72,7 +72,7 @@ jobs:
7272
run: make install-tools
7373
- run: mkdir -p results && touch results/TESTRESULTS.md
7474
- name: Download Testbed Binaries
75-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
75+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
7676
with:
7777
name: testbed-binaries
7878
path: bin/
@@ -92,13 +92,13 @@ jobs:
9292
- name: Upload Test Results
9393
if: ${{ failure() || success() }}
9494
continue-on-error: true
95-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
95+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9696
with:
9797
name: test-result-archive-${{steps.filename.outputs.name}}
9898
path: ./*.tar
9999
- run: cp testbed/tests/results/benchmarks.json testbed/tests/results/${{steps.filename.outputs.name}}.json
100100
- name: Upload benchmarks.json
101-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
101+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
102102
with:
103103
name: benchmark-results-${{steps.filename.outputs.name}}
104104
path: testbed/tests/results/${{steps.filename.outputs.name}}.json
@@ -114,7 +114,7 @@ jobs:
114114
if: github.event_name != 'pull_request'
115115
steps:
116116
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
117-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
117+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
118118
with:
119119
pattern: benchmark-results-*
120120
merge-multiple: true

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161
with:
6262
name: SARIF file
6363
path: results.sarif

0 commit comments

Comments
 (0)