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 8819683 commit 9c73696Copy full SHA for 9c73696
.github/workflows/build.yml
@@ -243,7 +243,7 @@ jobs:
243
244
245
- name: Upload self-contained executable
246
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
247
if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT
248
with:
249
name: artifacts-${{ matrix.os }}
@@ -273,7 +273,7 @@ jobs:
273
274
275
- name: Collect coverage reports
276
277
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT
278
279
name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}
0 commit comments