We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad352f commit 1f7ec3bCopy full SHA for 1f7ec3b
.github/workflows/codecov.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run tests
38
run: poetry run pytest -n auto --cov=nonebot_plugin_user --cov-report xml
39
- name: Upload coverage to Codecov
40
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
41
with:
42
env_vars: OS,PYTHON_VERSION
43
.github/workflows/release-draft.yml
@@ -21,6 +21,6 @@ jobs:
21
name: Update Release Draft
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments