diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 79ae43fd..9548f440 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -32,7 +32,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