Skip to content

Commit 2cd286d

Browse files
authored
Merge branch 'main' into no-default-features
2 parents 37dfc20 + f1093ed commit 2cd286d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Generate Docs (reference docs.rs)
3838
run: |
3939
cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
40-
- uses: actions/upload-pages-artifact@v1
40+
- uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: 'target/doc'
4343
- id: deployment
44-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test
22

33
on:
4-
push: null
5-
pull_request: null
4+
push:
5+
pull_request:
66
schedule:
77
- cron: '0 12 * * *'
88

0 commit comments

Comments
 (0)