diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 457b79335..3c6cc5dd6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -41,7 +41,7 @@ jobs: - name: avoid recompile run: make --touch && make --touch -C tools/minicargo && make --touch -C tools/testrunner - name: Download all workflow run artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: binaries path: bin diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1ff50f025..e421b3419 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -82,7 +82,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Download all workflow run artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: binaries path: vsproject/x64/${{env.BUILD_CONFIGURATION}}