Skip to content

Commit a6f2276

Browse files
committed
Update actions/upload-artifact action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5f46a7 commit a6f2276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build a binary wheel and a source tarball
6969
run: python3 -m build
7070
- name: Store the distribution packages
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: python-package-distributions
7474
path: dist/

0 commit comments

Comments
 (0)