Skip to content

Commit d1f95de

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c4ebf2 commit d1f95de

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
@@ -112,7 +112,7 @@ jobs:
112112
run: make coverage
113113

114114
- name: Upload test results (Python)
115-
uses: actions/upload-artifact@v6
115+
uses: actions/upload-artifact@v7
116116
with:
117117
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
118118
path: junit.xml
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131

132-
- uses: actions/upload-artifact@v6
132+
- uses: actions/upload-artifact@v7
133133
with:
134134
name: dist-${{matrix.os}}-${{matrix.python-version}}
135135
path: dist

0 commit comments

Comments
 (0)