Skip to content

Commit 6fd4c3c

Browse files
author
Sylvain MARIE
committed
Fixed GHA warnings
1 parent 587b659 commit 6fd4c3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: List 'tests' nox sessions and required python versions
3838
id: set-matrix
39-
run: echo "::set-output name=matrix::$(nox --json -l -s tests -v)"
39+
run: echo "matrix=$(nox --json -l -s tests -v)" >> $GITHUB_OUTPUT
4040

4141
outputs:
4242
matrix: ${{ steps.set-matrix.outputs.matrix }} # save nox sessions list to outputs
@@ -100,7 +100,7 @@ jobs:
100100

101101
# Share ./docs/reports so that they can be deployed with doc in next job
102102
- name: Share reports with other jobs
103-
# if: matrix.nox_session == '...': not needed, if empty won't be shared
103+
if: runner.os == 'Linux'
104104
uses: actions/upload-artifact@v4.3.0
105105
with:
106106
name: reports_dir

0 commit comments

Comments
 (0)