Skip to content

Commit

Permalink
MNT: upgrade upload/download-artifact GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 5, 2024
1 parent 19ae7c3 commit 58d3db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
jb build .
- name: Upload HTML
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rendered-book-sha-${{ github.sha }}
path: |
Expand All @@ -92,7 +92,7 @@ jobs:
if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then VERSION_NUMBER=dev; fi
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rendered-book-sha-${{ github.sha }}
path: dev
Expand Down

0 comments on commit 58d3db5

Please sign in to comment.