diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 217f45c4e4..afa441489e 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -30,7 +30,7 @@ jobs: mkdir dependencies - name: Download uber-jar id: download-jar - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.build.outputs.uber-jar }} path: dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d798aee818..abfbe28c10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,11 +71,11 @@ jobs: with: ref: ${{ github.event.inputs.tag_name}} - name: Download uber-jar - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.build.outputs.uber-jar }} - name: Download sources-jar - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ needs.build.outputs.sources-jar }} - uses: xresloader/upload-to-github-release@v1 diff --git a/.github/workflows/sandbox-smoke-test.yml b/.github/workflows/sandbox-smoke-test.yml index 8164f3a04b..39925d0b0d 100644 --- a/.github/workflows/sandbox-smoke-test.yml +++ b/.github/workflows/sandbox-smoke-test.yml @@ -44,7 +44,7 @@ jobs: sparse-checkout-cone-mode: false - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.jdbcJar }} github-token: ${{ secrets.GITHUB_TOKEN }}