Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 84eaacf

Browse files
Bump actions/upload-artifact from 3 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...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 1883658 commit 84eaacf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m build --sdist --wheel --outdir dist/
2828
2929
- name: Publish build artifacts
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: built-package
3333
path: "./dist"

0 commit comments

Comments
 (0)