Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent a6b91e1 commit 7977b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make book
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: book
path: docs/book
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: gh-pages
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: book
- run: git add .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mdbook_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: extract_branch
- uses: actions/checkout@v4
- run: make book
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: preview
path: docs/book
Expand All @@ -28,7 +28,7 @@ jobs:
with:
ref: gh-pages
- run: rm -rf _preview/${{ needs.build.outputs.branch }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: preview
path: _preview/${{ needs.build.outputs.branch }}
Expand Down

0 comments on commit 7977b14

Please sign in to comment.