diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ed835adc..22d05e83f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Upload Test artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: solara-builds-${{ github.run_number }} path: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ca9d7bb41..8a3843d4b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -73,7 +73,7 @@ jobs: run: pytest tests/integration --timeout=360 --video=retain-on-failure --output=test-results -vv -s --log-cli-level=warning - name: Upload Test artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results diff --git a/.github/workflows/integration_vue3.yml b/.github/workflows/integration_vue3.yml index 5d2ccec59..cb989fd52 100644 --- a/.github/workflows/integration_vue3.yml +++ b/.github/workflows/integration_vue3.yml @@ -75,7 +75,7 @@ jobs: run: pytest tests/integration/widget_test.py --timeout=360 --video=retain-on-failure --output=test-results -vv -s --log-cli-level=warning - name: Upload Test artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results