Skip to content

Commit 55d0298

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 419e5dc commit 55d0298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: pip install build
6565
- name: Build package
6666
run: python -m build
67-
- uses: actions/upload-artifact@v6
67+
- uses: actions/upload-artifact@v7
6868
with:
6969
name: python-dist
7070
path: dist/*
@@ -82,7 +82,7 @@ jobs:
8282
permissions:
8383
id-token: write
8484
steps:
85-
- uses: actions/download-artifact@v7
85+
- uses: actions/download-artifact@v8
8686
with:
8787
name: python-dist
8888
path: dist/

0 commit comments

Comments
 (0)