Skip to content

Commit

Permalink
Merge pull request #24 from CausalAIBook/vsyrgkanis-patch-1
Browse files Browse the repository at this point in the history
Update check-python-notebooks.yml
  • Loading branch information
vsyrgkanis authored Sep 8, 2024
2 parents 62ac53a + c6ed6ab commit 98e421e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-R-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Upload execution log
if: "((env.notebooks_changed == 'true') && (env.linting_errors_found == 'false'))"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.directory }}-r-script-execution-log
path: ${{ matrix.directory }}_r_script_execution.log
Expand All @@ -212,7 +212,7 @@ jobs:
- name: Upload artifact
if: env.notebooks_changed == 'true'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.directory }}-r-scripts
path: ${{ matrix.directory }}_r_scripts.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-python-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ jobs:

- name: Upload linting logs
if: "(env.notebooks_changed == 'true') && (! (matrix.directory == 'CM3' && (matrix.os == 'windows-latest' || matrix.os == 'macos-latest')))"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linting-logs-${{ matrix.directory }}-${{ matrix.os }}
path: linting_logs

- name: Upload execution logs
if: "(env.notebooks_changed == 'true') && (! (matrix.directory == 'CM3' && (matrix.os == 'windows-latest' || matrix.os == 'macos-latest')))"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: execution-logs-${{ matrix.directory }}-${{ matrix.os }}
path: logs
Expand Down

0 comments on commit 98e421e

Please sign in to comment.