Skip to content

Commit 66b9f8e

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Build(deps): 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] <[email protected]>
1 parent 92962d1 commit 66b9f8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
set -xe
128128
python -m pip install --upgrade coverage[toml]
129129
- name: Download coverage data for all test runs
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v5
131131
with:
132132
pattern: coverage-*
133133
path: coverage
@@ -186,7 +186,7 @@ jobs:
186186
name: release-notes.md
187187
path: release-notes.md
188188
- name: Download distributions
189-
uses: actions/download-artifact@v4
189+
uses: actions/download-artifact@v5
190190
with:
191191
name: dist
192192
path: dist
@@ -209,7 +209,7 @@ jobs:
209209
id-token: write
210210
steps:
211211
- name: Download distributions
212-
uses: actions/download-artifact@v4
212+
uses: actions/download-artifact@v5
213213
with:
214214
name: dist
215215
path: dist
@@ -228,7 +228,7 @@ jobs:
228228
id-token: write
229229
steps:
230230
- name: Download distributions
231-
uses: actions/download-artifact@v4
231+
uses: actions/download-artifact@v5
232232
with:
233233
name: dist
234234
path: dist

0 commit comments

Comments
 (0)