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 70aa0fc commit 8f5c636Copy full SHA for 8f5c636
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
-
28
name: Checkout Repo
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
31
# Store the current date to use it as cache key for the environment
32
name: Get current date
@@ -64,7 +64,7 @@ jobs:
64
65
name: Upload Coverage Reports
66
if: always()
67
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
68
with:
69
name: coverage-report-unittests-py${{ matrix.python-version }}
70
path: coverage/
0 commit comments