diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index bfe848aac7..0a21f8cf3b 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -18,7 +18,7 @@ jobs: node-version: '16' - run: npm ci - run: npm run build-site - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: site path: build/site @@ -26,7 +26,7 @@ jobs: run: | mkdir -p build/pr echo ${{github.event.number}} > build/pr/number - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: pr path: build/pr diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b1da8e2af..6e2a920866 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,7 +130,7 @@ jobs: - name: Store Rendering Test Artifacts if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: rendering-tests path: test/rendering/cases/**/actual.png