Skip to content

Commit

Permalink
fix: move to non-deprecated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 11, 2024
1 parent 86c9330 commit ff028e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff028e5

Please sign in to comment.