diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 7366d8f7..e833b45a 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -91,7 +91,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download build - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: build path: build @@ -116,7 +116,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download build - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: build path: build