diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55596b4..efeb664 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -240,7 +240,7 @@ jobs: git push - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: rushti-windows path: artifacts/rushti-windows @@ -280,7 +280,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: rushti-windows path: artifacts/rushti-windows