We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465931a commit b530e48Copy full SHA for b530e48
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Save GitStats Report
62
if: ${{ matrix.python-version == '3.9' }}
63
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
64
with:
65
name: test-report-windows
66
path: test-report-windows
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
name: test-report-macos
102
path: test-report-macos
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
name: test-report
139
path: test-report
0 commit comments