Skip to content

Commit

Permalink
Switch to v4 of artifact actions (close #335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 11, 2024
1 parent e030334 commit 609749e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: mdbook
run: mdbook build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book
path: book
Expand All @@ -36,7 +36,7 @@ jobs:
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: book
path: book
Expand Down

0 comments on commit 609749e

Please sign in to comment.