Skip to content

Commit f43dd8d

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/upload-artifact from 5 to 6
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] <[email protected]>
1 parent f84e3db commit f43dd8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: python -m pip install --upgrade pip build wheel twine readme-renderer
1818
- run: python -m build --sdist --wheel
1919
- run: python -m twine check dist/*
20-
- uses: actions/upload-artifact@v5
20+
- uses: actions/upload-artifact@v6
2121
with:
2222
path: dist/*
2323
docs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: sudo apt-get update && sudo apt-get install -y gettext
1515
- run: python -m pip install --upgrade pip build wheel
1616
- run: python -m build --sdist --wheel
17-
- uses: actions/upload-artifact@v5
17+
- uses: actions/upload-artifact@v6
1818
with:
1919
name: release-dists
2020
path: dist/

0 commit comments

Comments
 (0)