Skip to content

Commit

Permalink
Fix for upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Dec 19, 2023
1 parent b72aa16 commit f27511b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: 'Save tests log as artifact'
uses: actions/upload-artifact@v4
with:
name: Argopy-Tests
name: Argopy-Tests-Core-${{matrix.python-version}}-${{matrix.os}}
path: output-${{ matrix.python-version }}-log.jsonl
retention-days: 90

Expand Down Expand Up @@ -214,6 +214,6 @@ jobs:
- name: 'Save tests log as artifact'
uses: actions/upload-artifact@v4
with:
name: Argopy-Tests
name: Argopy-Tests-All-${{matrix.python-version}}-${{matrix.os}}
path: output-${{ matrix.python-version }}-log.jsonl
retention-days: 90
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Save tests log as artifact
uses: actions/upload-artifact@v4
with:
name: Argopy-Tests
name: Argopy-Tests-Core-${{matrix.python-version}}-${{matrix.os}}
path: ${{env.LOG_FILE}}
retention-days: 90

Expand Down Expand Up @@ -181,6 +181,6 @@ jobs:
- name: Upload tests log to GA
uses: actions/upload-artifact@v4
with:
name: Argopy-Tests
name: Argopy-Tests-All-${{matrix.python-version}}-${{matrix.os}}
path: ${{env.LOG_FILE}}
retention-days: 90

0 comments on commit f27511b

Please sign in to comment.