Skip to content

Commit d103755

Browse files
Bump actions/download-artifact from 6 to 7 in /.github/workflows (#176)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c662101 commit d103755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
permissions:
8787
id-token: write # for PyPI trusted publishing
8888
steps:
89-
- uses: actions/download-artifact@v6
89+
- uses: actions/download-artifact@v7
9090
with:
9191
name: dist
9292
path: dist/

0 commit comments

Comments
 (0)