From b726aeed1ec7d5f58281fab558a3f08ac31ca183 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 20 Jun 2023 18:49:27 +0200 Subject: [PATCH] chore(deps): update github-actions deps to v3 (major) (#23567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v2` -> `v3` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v2` -> `v3` | --- ### Release Notes
actions/download-artifact ### [`v3`](https://togithub.com/actions/download-artifact/compare/v2...v3) [Compare Source](https://togithub.com/actions/download-artifact/compare/v2...v3)
actions/upload-artifact ### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2...v3)
--- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index e47f68ccf15c..121f1e000781 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -36,7 +36,7 @@ jobs: run: | docker save otelcontribcol:latest > /tmp/otelcontribcol.tar - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: otelcontribcol path: /tmp/otelcontribcol.tar @@ -72,7 +72,7 @@ jobs: kubectl_version: ${{ matrix.k8s-version }} cluster_name: kind - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: otelcontribcol path: /tmp