diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 39247cd..985ff91 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -29,7 +29,7 @@ jobs: if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ github.event.repository.name }} - id: release_info