diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06b5f2c6..c8fe3101b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 - name: Copy updated .json files if: github.event_name == 'schedule' @@ -272,7 +272,7 @@ jobs: NOTES: ${{ github.event_name == 'release' && github.event.release.body || format('Nightly build, commit {0}', github.sha) }} BUCKET_DIR: ${{ github.event_name == 'release' && 'dl.kittycad.io/releases/modeling-app' || 'dl.kittycad.io/releases/modeling-app/nightly' }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 - name: Generate the update static endpoint run: |