Skip to content

Commit 244eb0b

Browse files
authored
Merge pull request #3876 from rust-lang/renovate/actions-upload-pages-artifact-4.x
Update actions/upload-pages-artifact action to v4
2 parents 0af6af8 + 0f35ea8 commit 244eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
27+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
2828
with:
2929
path: ./book
3030

0 commit comments

Comments
 (0)