Skip to content

Commit 3e1e5ae

Browse files
authored
Update actions
1 parent d397c12 commit 3e1e5ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Check coverage
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Python
1717
id: setup-python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: 3
2121

@@ -33,7 +33,7 @@ jobs:
3333
VERBOSE: true
3434

3535
- name: Store Pull Request comment to be posted
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
3838
with:
3939
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly

0 commit comments

Comments
 (0)