Skip to content

Commit

Permalink
Update biocbook.yml (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Feb 6, 2025
1 parent 9980545 commit 1485680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/biocbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
clean: false

- name: 💾 Upload package bundle artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle
path: ${{ env.bundle_path }}

- name: 💾 Upload book artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book
path: ${{ env.book_path }}
path: ${{ env.book_path }}

0 comments on commit 1485680

Please sign in to comment.