From ff028e5d4aa90509378ca1412c9aa98f8680a889 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 11 Oct 2024 10:54:51 -0400 Subject: [PATCH] fix: move to non-deprecated artifacts --- .github/workflows/build_quarto.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_quarto.yml b/.github/workflows/build_quarto.yml index 4072daf..e004e1f 100644 --- a/.github/workflows/build_quarto.yml +++ b/.github/workflows/build_quarto.yml @@ -14,7 +14,7 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: _site - name: Delete all artifacts @@ -40,7 +40,7 @@ jobs: steps: - name: Make sure to only download _site folder run: rm -rf _site - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: _site path: _site @@ -68,7 +68,7 @@ jobs: - name: Remove old _freeze directory run: rm -rf _freeze - name: Get new _freeze directory - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 continue-on-error: true with: name: _freeze