diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6b07094e..86aaae0bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,19 +97,19 @@ jobs: run: mkdir ./releases - name: Retrieve Windows artefact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: carp-${{ steps.get_tag_name.outputs.VERSION }}-x86_64-windows.zip path: ./releases - name: Retrieve MacOS artefact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: carp-${{ steps.get_tag_name.outputs.VERSION }}-x86_64-macos.zip path: ./releases - name: Retrieve Linux artefact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: carp-${{ steps.get_tag_name.outputs.VERSION }}-x86_64-linux.zip path: ./releases