From f2d464b81ae1e1fe7e96555f9610abe28b5a4f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:37:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- .github/workflows/weekly.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29351340..17334f9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: Run docker compose run: cd docker && docker-compose up -d - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file path: ./functional-tests/lib/ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6896c749..a87cc606 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -43,7 +43,7 @@ jobs: HADOOP_VERSION: ${{matrix.runtime.hadoop}} VERTICA_VERSION: ${{matrix.vertica}} - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file path: ./functional-tests/lib/ @@ -65,7 +65,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v2 - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file path: ./functional-tests/lib/ diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index ea3a4c4d..11de0a06 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -50,7 +50,7 @@ jobs: HADOOP_VERSION: ${{matrix.runtime.hadoop}} VERTICA_VERSION: ${{matrix.vertica}} - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file-8 path: ./functional-tests/lib/ @@ -88,7 +88,7 @@ jobs: HADOOP_VERSION: ${{matrix.runtime.hadoop}} VERTICA_VERSION: ${{matrix.vertica}} - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file-11 path: ./functional-tests/lib/ @@ -126,7 +126,7 @@ jobs: HADOOP_VERSION: ${{matrix.runtime.hadoop}} VERTICA_VERSION: 10.1.1-0 - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file-11 path: ./functional-tests/lib/ @@ -148,7 +148,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v2 - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file-11 path: ./functional-tests/lib/ @@ -181,7 +181,7 @@ jobs: - name: Checkout the project uses: actions/checkout@v2 - name: Download the build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: build-jar-file-11 path: ./functional-tests/lib/