Skip to content

Commit e13216a

Browse files
Pin actions/upload-pages-artifact action to v5.0.0
1 parent 82aae4a commit e13216a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
./generate-book.py
2626
- name: Upload Artifact
27-
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
27+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
2828
with:
2929
path: ./book
3030

0 commit comments

Comments
 (0)