diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ce9a82b..24b5186 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -28,7 +28,7 @@ jobs: if: github.event_name == 'push' 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