Skip to content

Commit

Permalink
chore(deps): update github-actions deps to v3 (major) (#23567)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>actions/download-artifact</summary>

###
[`v3`](https://togithub.com/actions/download-artifact/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/download-artifact/compare/v2...v3)

</details>

<details>
<summary>actions/upload-artifact</summary>

### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/upload-artifact/compare/v2...v3)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate-bot committed Jun 20, 2023
1 parent 9d38d84 commit b726aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b726aee

Please sign in to comment.