diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c96a468e..1d576c68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,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 }}