Skip to content

Commit 86172a0

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e307059 commit 86172a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make coverage
6666

6767
- name: Upload test results (Python)
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
7171
path: '**/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106106
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
107107
if: matrix.os != 'ubuntu-latest'
108108

109-
- uses: actions/upload-artifact@v4
109+
- uses: actions/upload-artifact@v5
110110
with:
111111
name: dist-${{matrix.os}}
112112
path: dist

0 commit comments

Comments
 (0)