Skip to content

Commit feb6096

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `docker/setup-qemu-action` from 2 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec42ee8 commit feb6096

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 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@v3
137+
uses: actions/upload-artifact@v4
138138
with:
139139
name: perfmetrics-${{ runner.os }}-${{ matrix.python-version }}.whl
140140
path: dist/*whl
@@ -185,15 +185,15 @@ jobs:
185185
with:
186186
python-version: ${{ matrix.python-version }}
187187
- name: Set up QEMU
188-
uses: docker/setup-qemu-action@v2
188+
uses: docker/setup-qemu-action@v3
189189
with:
190190
platforms: all
191191
- name: Build and test perfmetrics
192192
env:
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@v3
196+
uses: actions/upload-artifact@v4
197197
with:
198198
path: wheelhouse/*whl
199199
name: ${{ matrix.image }}_wheels.zip

0 commit comments

Comments
 (0)