Skip to content

chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: e2e-test-deb-package
path: target/artifacts
Expand Down
62 changes: 31 additions & 31 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-amd64.deb
path: target/artifacts
Expand Down Expand Up @@ -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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm
path: target/artifacts
Expand All @@ -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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz
path: target/artifacts
Expand Down Expand Up @@ -371,27 +371,27 @@ jobs:
with:
version: latest
install: true
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-amd64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-arm64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armhf.deb
path: target/artifacts
Expand All @@ -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@v4.1.7
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@v4.1.7
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@v4.1.7
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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-musl.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-aarch64-unknown-linux-gnu.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-gnueabihf.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-amd64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-arm64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armhf.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-x86_64-apple-darwin.tar.gz
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc.zip
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-x64.msi
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm
path: target/artifacts
Expand All @@ -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@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-amd64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-arm64.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-armhf.deb
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.x86_64.rpm
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm
path: target/artifacts
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm
path: target/artifacts
Expand Down
Loading
Loading