diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 459b117f7..92c69001c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -97,7 +97,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} @@ -137,7 +137,7 @@ jobs: cache-dependency-path: "**/*.sum" - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} - name: Load image @@ -166,7 +166,7 @@ jobs: check-latest: true cache-dependency-path: "**/*.sum" - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} - name: Load image diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8da3819da..c701bd927 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download code coverage results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: code-coverage-report - name: Upload to Codecov