Skip to content

Commit 05256e2

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

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@v5
89+
- uses: actions/download-artifact@v6
9090
with:
9191
name: dist
9292
path: dist/

0 commit comments

Comments
 (0)