diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index e7c002e61..0fc2fba24 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -37,7 +37,7 @@ jobs: with: python-version: ${{ matrix.python }} - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: solara-builds-${{ github.run_number }} - name: Debug diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 07f238bcb..3e7841ff6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: solara-builds-${{ github.run_number }} - name: Link solara app package diff --git a/.github/workflows/integration_vue3.yml b/.github/workflows/integration_vue3.yml index a7c047c1c..3617af16c 100644 --- a/.github/workflows/integration_vue3.yml +++ b/.github/workflows/integration_vue3.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: solara-builds-${{ github.run_number }} - name: Link solara app package diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 533250ed5..96438e320 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.7 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: solara-builds-${{ github.run_number }} - name: Install build tools