Skip to content

Commit 037f711

Browse files
authored
Merge pull request #3978 from rust-lang/renovate/pin-dependencies
Pin actions/upload-pages-artifact action to v5.0.0
2 parents 82aae4a + e13216a commit 037f711

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)