diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e345c63..ecd90a4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -28,7 +28,7 @@ jobs: if: github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/master') steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ github.event.repository.name }} path: ${{ github.event.repository.name }}