diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b769c76..85f4b1c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Move files to the root run: find -mindepth 2 -exec mv {} . \;