diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 4eaa913f..6925d199 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -191,7 +191,7 @@ jobs: fetch-depth: 0 # Get all tags - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ github.workspace }}/artifacts