Skip to content

Commit 214ed83

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5677e7 commit 214ed83

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
@@ -12,7 +12,7 @@ jobs:
1212
- uses: astral-sh/setup-uv@v7
1313
- run: uvx --from build pyproject-build --sdist --wheel
1414
- run: uvx twine check dist/*
15-
- uses: actions/upload-artifact@v6
15+
- uses: actions/upload-artifact@v7
1616
with:
1717
path: dist/*
1818
standardjs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.x"
1414
- run: python -m pip install --upgrade pip build wheel
1515
- run: python -m build --sdist --wheel
16-
- uses: actions/upload-artifact@v6
16+
- uses: actions/upload-artifact@v7
1717
with:
1818
name: release-dists
1919
path: dist/

0 commit comments

Comments
 (0)