diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2246e8d..ac50941 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -83,12 +83,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download macOS artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: macos-artifact - name: Download Windows artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: windows-artifacts