Skip to content

Commit 8f5c636

Browse files
authored
Update GitHub actions to use latest Node.js (#849)
😄
1 parent 70aa0fc commit 8f5c636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
-
2828
name: Checkout Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
-
3131
# Store the current date to use it as cache key for the environment
3232
name: Get current date
@@ -64,7 +64,7 @@ jobs:
6464
-
6565
name: Upload Coverage Reports
6666
if: always()
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: coverage-report-unittests-py${{ matrix.python-version }}
7070
path: coverage/

0 commit comments

Comments
 (0)