Skip to content

Commit 6ca4271

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bbf974 commit 6ca4271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
name: test-pypi
113113
url: https://test.pypi.org/project/xxhash/
114114
steps:
115-
- uses: actions/download-artifact@v6
115+
- uses: actions/download-artifact@v7
116116
with:
117117
pattern: wheels-*
118118
path: dist
@@ -135,7 +135,7 @@ jobs:
135135
permissions:
136136
id-token: write
137137
steps:
138-
- uses: actions/download-artifact@v6
138+
- uses: actions/download-artifact@v7
139139
with:
140140
pattern: wheels-*
141141
path: dist

0 commit comments

Comments
 (0)