Skip to content

Commit 74ed798

Browse files
authored
Merge pull request #305 from CITCOM-project/patch-1
Patch 1
2 parents cf4ec7c + cbf000a commit 74ed798

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
with:
3535
fail_ci_if_error: true
3636
token: ${{ secrets.CODECOV_TOKEN }}
37+
version: "v0.1.15"

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ jobs:
4040
with:
4141
fail_ci_if_error: true
4242
token: ${{ secrets.CODECOV_TOKEN }}
43+
version: "v0.1.15"

.github/workflows/lint-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Archive production artifacts
2727
if: ${{ success() }} || ${{ failure() }}
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: MegaLinter reports
3131
path: |

paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ @book{pearl2009causality
8383
month = {09},
8484
pagecount = {464},
8585
publisher = {Cambridge university press},
86-
subtitle = {Models, Reasoning, and Infernce},
86+
subtitle = {Models, Reasoning, and Inference},
8787
title = {Causality},
8888
year = {2009}
8989
}

0 commit comments

Comments
 (0)