From 43f4626faf0bff4a5bb8450cafbe6affba059c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 22:44:42 +0000 Subject: [PATCH] chore(ci): bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/nightly.yml | 62 ++++++++++++------------ .github/workflows/release.yml | 90 +++++++++++++++++------------------ 3 files changed, 77 insertions(+), 77 deletions(-) diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 3983f2c457410..a35c5b7a8967a 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -149,7 +149,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2.3.5 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: e2e-test-deb-package path: target/artifacts diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c59f14a19d0e4..d73012a3cb758 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -280,7 +280,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts @@ -315,7 +315,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts @@ -336,7 +336,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz path: target/artifacts @@ -371,27 +371,27 @@ jobs: with: version: latest install: true - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts @@ -418,67 +418,67 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-gnu-debug.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-gnueabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc.zip path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x64.msi path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm path: target/artifacts @@ -498,27 +498,27 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm path: target/artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d554722c9356e..c595c7a57360b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -259,7 +259,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts @@ -294,7 +294,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts @@ -315,7 +315,7 @@ jobs: - name: checkout uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz path: target/artifacts @@ -350,27 +350,27 @@ jobs: with: version: latest install: true - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts @@ -396,63 +396,63 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-gnueabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc.zip path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x64.msi path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm path: target/artifacts @@ -478,63 +478,63 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-gnu.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-gnueabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc.zip path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-x64.msi path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts @@ -569,27 +569,27 @@ jobs: steps: - uses: actions/checkout@v2.3.5 - run: echo VECTOR_VERSION=$(make version) >> $GITHUB_ENV - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-amd64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-arm64.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-armhf.deb path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm path: target/artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm path: target/artifacts