Skip to content

Commit ca2aa56

Browse files
dependabot[bot]xhedit
authored andcommitted
chore(deps): bump actions/upload-artifact from 3 to 4 (abetlen#1412)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6add46d commit ca2aa56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
package-dir: .
3939
output-dir: wheelhouse
4040

41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
path: ./wheelhouse/*.whl
4444

@@ -66,7 +66,7 @@ jobs:
6666
output-dir: wheelhouse
6767

6868
- name: Upload wheels as artifacts
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
path: ./wheelhouse/*.whl
7272

@@ -89,7 +89,7 @@ jobs:
8989
- name: Build source distribution
9090
run: |
9191
python -m build --sdist
92-
- uses: actions/upload-artifact@v3
92+
- uses: actions/upload-artifact@v4
9393
with:
9494
path: ./dist/*.tar.gz
9595

0 commit comments

Comments
 (0)