Skip to content

Commit 9c73696

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#666)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8819683 commit 9c73696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
244244
245245
- name: Upload self-contained executable
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@v5
247247
if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT
248248
with:
249249
name: artifacts-${{ matrix.os }}
@@ -273,7 +273,7 @@ jobs:
273273
274274
275275
- name: Collect coverage reports
276-
uses: actions/upload-artifact@v4
276+
uses: actions/upload-artifact@v5
277277
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT
278278
with:
279279
name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)