Skip to content

Commit c918900

Browse files
dependabot[bot]ifduyue
authored andcommitted
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4655adb commit c918900

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: test-pypi
100100
url: https://test.pypi.org/project/xxhash/
101101
steps:
102-
- uses: actions/download-artifact@v4
102+
- uses: actions/download-artifact@v5
103103
with:
104104
pattern: wheels-*
105105
path: dist
@@ -122,7 +122,7 @@ jobs:
122122
permissions:
123123
id-token: write
124124
steps:
125-
- uses: actions/download-artifact@v4
125+
- uses: actions/download-artifact@v5
126126
with:
127127
pattern: wheels-*
128128
path: dist

0 commit comments

Comments
 (0)