Skip to content

Commit 1570838

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] <support@github.com>
1 parent 1399292 commit 1570838

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
@@ -128,7 +128,7 @@ jobs:
128128
run: make coverage
129129

130130
- name: Upload test results (Python)
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v5
132132
with:
133133
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
134134
path: junit.xml
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
token: ${{ secrets.CODECOV_TOKEN }}
147147

148-
- uses: actions/upload-artifact@v4
148+
- uses: actions/upload-artifact@v5
149149
with:
150150
name: dist-${{matrix.os}}-${{matrix.python-version}}
151151
path: dist

0 commit comments

Comments
 (0)