Skip to content

Commit

Permalink
Update to upload-artifact v4 (#670)
Browse files Browse the repository at this point in the history
fixes #669.
  • Loading branch information
hamirmahal authored Jun 19, 2024
1 parent 8cbed34 commit 7a198f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v${version}/mdbook-v${version}-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
echo `pwd` >> $GITHUB_PATH
- run: (cd docs && mdbook build)
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: doc-book
path: docs/book
Expand Down Expand Up @@ -231,7 +231,6 @@ jobs:
BUILD_REPOSITORY_ID: ${{ github.repository }}
BUILD_SOURCEVERSION: ${{ github.sha }}


test_success:
runs-on: ubuntu-22.04
needs: [typos, lint, test, self, publish-check, doc-book]
Expand Down

0 comments on commit 7a198f8

Please sign in to comment.