Skip to content

Commit f93bffd

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#27)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fbc8de commit f93bffd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build wheels
2525
run: |
2626
cibuildwheel --output-dir dist
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
with:
2929
name: wheels-${{ matrix.os }}
3030
path: dist/*.whl
@@ -40,7 +40,7 @@ jobs:
4040
run: pip install poetry
4141
- name: Build sdist
4242
run: poetry build -f sdist
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
with:
4545
name: sdist
4646
path: dist/*.tar.gz

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: Build distributions
179179
run: poetry build
180180
- name: Upload artifacts
181-
uses: actions/upload-artifact@v4
181+
uses: actions/upload-artifact@v5
182182
with:
183183
name: dist
184184
path: dist/*

0 commit comments

Comments
 (0)