Skip to content

Commit 620c1d0

Browse files
authored
Merge pull request #30 from coord-e/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents c187fdd + 3df3913 commit 620c1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: cargo doc --no-deps --document-private-items
2424
- run: echo '<meta http-equiv="refresh" content="0;url=thrust">' > target/doc/index.html
2525
- uses: actions/configure-pages@v5
26-
- uses: actions/upload-pages-artifact@v3
26+
- uses: actions/upload-pages-artifact@v4
2727
with:
2828
path: 'target/doc'
2929
- id: deployment

0 commit comments

Comments
 (0)