Skip to content

Commit 2ca6402

Browse files
Bump actions/upload-artifact from 5 to 6 (#20)
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f21d3d4 commit 2ca6402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python -c "import lpath.lpath" &&
4747
echo "All done with import tests!"
4848
49-
- uses: actions/upload-artifact@v5
49+
- uses: actions/upload-artifact@v6
5050
with:
5151
name: artifact-wheels
5252
path: dist/*.whl
@@ -81,7 +81,7 @@ jobs:
8181
python -c "import lpath.lpath" &&
8282
echo "All done with import tests!"
8383
84-
- uses: actions/upload-artifact@v5
84+
- uses: actions/upload-artifact@v6
8585
with:
8686
name: artifact-sdist
8787
path: dist/*.tar.gz

0 commit comments

Comments
 (0)