diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3b741b2..2bf2da6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -37,7 +37,7 @@ jobs: needs: build steps: - name: Download bin/ - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bin path: bin