Skip to content

Commit dd19261

Browse files
build(deps): 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 2a3680a commit dd19261

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build wheels
6262
uses: pypa/cibuildwheel@v3.2.0
6363

64-
- uses: actions/upload-artifact@v4
64+
- uses: actions/upload-artifact@v5
6565
with:
6666
name: wheels-cloud-${{ matrix.os }}
6767
path: ./wheelhouse/*.whl

.github/workflows/regen-snapshot-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: python test/regen_snapshot_data.py snapshot_out_dir
4040

4141
- name: Upload archive files
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: regenerated-snapshot-data
4545
path: |

0 commit comments

Comments
 (0)