diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f12767d..0704e8b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -46,7 +46,7 @@ jobs: if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ github.event.repository.name }}