Skip to content

Commit 03515e0

Browse files
Bump actions/upload-artifact from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d476d87 commit 03515e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
twine check dist/*
135135
136136
- name: Upload perfmetrics wheel
137-
uses: actions/upload-artifact@v5
137+
uses: actions/upload-artifact@v6
138138
with:
139139
name: perfmetrics-${{ runner.os }}-${{ matrix.python-version }}.whl
140140
path: dist/*whl
@@ -193,7 +193,7 @@ jobs:
193193
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
194194
run: bash ./scripts/releases/make-manylinux
195195
- name: Store perfmetrics wheels
196-
uses: actions/upload-artifact@v5
196+
uses: actions/upload-artifact@v6
197197
with:
198198
path: wheelhouse/*whl
199199
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)