Skip to content

Commit 084e39d

Browse files
committed
na
1 parent 2757de5 commit 084e39d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ jobs:
101101
compression-level: 0 # no compression
102102

103103
- name: Save PR number for coverage report
104-
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
104+
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
105105
run: |
106106
mkdir -p ./pr
107107
echo ${{ github.event.number }} > ./pr/NR
108108
- uses: actions/upload-artifact@v4
109109
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
110110
with:
111+
overwrite: true
111112
name: pr
112-
path: pr/
113+
path: pr/NR
113114
if-no-files-found: error
114-
overwrite: true
115115

116116
- name: Test CPython typing test suite
117117
# Test suite fails on PyPy even without typing_extensions

0 commit comments

Comments
 (0)