Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Upload core test report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: core-junit
path: core-junit.xml
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Upload reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: shotgate-reports
path: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Upload pip-path reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: pip-path-junit
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"

- name: Upload distribution artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: dist
path: dist/*
Expand Down
Loading