diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e930e70..3919e2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -234,7 +234,7 @@ jobs: - name: Make tmp dir run: mkdir /tmp/artifacts - name: Download all Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: /tmp/artifacts - name: List and move all Artifacts