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/