Skip to content

Commit

Permalink
Merge pull request #358 from neutrinoceros/mnt/upload-artifacts-v4
Browse files Browse the repository at this point in the history
MNT: upgrade upload/download-artifact GitHub actions
  • Loading branch information
mwcraig authored Jan 5, 2024
2 parents 19ae7c3 + 58d3db5 commit 1122e13
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 1122e13

Please sign in to comment.