diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c2b7305..195122a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,7 +186,7 @@ jobs: submodules: recursive - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Create binary archives run: | @@ -240,7 +240,7 @@ jobs: submodules: recursive - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Create archive run: |