diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f8e105ebb0..8298d1f9d8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -68,7 +68,7 @@ jobs: if: github.event_name == 'push' steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: artifacts - name: Publish latest release