Skip to content

Commit 308ee18

Browse files
chore(deps): bump actions/download-artifact from 4 to 7 (#31)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2376b44 commit 308ee18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
name: pypi
153153
url: https://pypi.org/p/feedparser-rs
154154
steps:
155-
- uses: actions/download-artifact@v4
155+
- uses: actions/download-artifact@v7
156156
with:
157157
path: dist
158158
pattern: pypi-*
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
node-version: 20
239239
registry-url: 'https://registry.npmjs.org'
240-
- uses: actions/download-artifact@v4
240+
- uses: actions/download-artifact@v7
241241
with:
242242
path: crates/feedparser-rs-node/artifacts
243243
pattern: npm-*
@@ -269,13 +269,13 @@ jobs:
269269
steps:
270270
- uses: actions/checkout@v6
271271

272-
- uses: actions/download-artifact@v4
272+
- uses: actions/download-artifact@v7
273273
with:
274274
path: artifacts
275275
pattern: pypi-*
276276
merge-multiple: true
277277

278-
- uses: actions/download-artifact@v4
278+
- uses: actions/download-artifact@v7
279279
with:
280280
path: artifacts/npm
281281
pattern: npm-*

0 commit comments

Comments
 (0)