Revert "Bump actions/download-artifact from 3 to 4" (#1219)

Revert "Bump actions/download-artifact from 3 to 4 (#1213)"

This reverts commit 0b5bb5f77d.
This commit is contained in:
Pierre Jacquier
2023-12-15 07:29:13 -05:00
committed by GitHub
parent cf1f2bd235
commit ddf66c1e0f

View File

@ -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: |