Skip to content

Commit

Permalink
Fix upload-artifact action to work with v4.4 and newer (#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Sep 6, 2024
1 parent 7a78006 commit e9256df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.name }}.zip
include-hidden-files: true
path: |
.tox/**/log/
.tox/**/.coverage*
Expand Down Expand Up @@ -213,6 +214,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: logs.zip
include-hidden-files: true
pattern: logs-*.zip
# artifacts like py312.zip and py312-macos do have overlapping files
separate-directories: true
Expand Down Expand Up @@ -251,4 +253,5 @@ jobs:
- name: Delete Merged Artifacts
uses: actions/upload-artifact/merge@v4
with:
include-hidden-files: true
delete-merged: true

0 comments on commit e9256df

Please sign in to comment.