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 d397c12 commit 3e1e5aeCopy full SHA for 3e1e5ae
.github/workflows/ci.yml
@@ -11,11 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
name: Check coverage
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
- name: Set up Python
17
id: setup-python
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
python-version: 3
21
@@ -33,7 +33,7 @@ jobs:
33
VERBOSE: true
34
35
- name: Store Pull Request comment to be posted
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
37
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
38
39
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
0 commit comments