Skip to content

Commit c4b8775

Browse files
dependabot[bot]ifduyue
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ae3e5b commit c4b8775

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@v7
115+
- uses: actions/download-artifact@v8
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@v7
138+
- uses: actions/download-artifact@v8
139139
with:
140140
pattern: wheels-*
141141
path: dist

0 commit comments

Comments
 (0)