diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 31973ef9d..e8b908a42 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@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.build.outputs.uber-jar }} path: dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c51f547bf..4faa50464 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,11 +22,11 @@ jobs: with: ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name}} - name: Download uber-jar - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.build.outputs.uber-jar }} - name: Download sources-jar - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.build.outputs.sources-jar }} - uses: xresloader/upload-to-github-release@v1