Skip to content

Commit 5e36a38

Browse files
dependabot[bot]feanil
authored andcommitted
build(deps): 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] <[email protected]>
1 parent 90eae7d commit 5e36a38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
- uses: actions/checkout@v6
232232
- name: collect pytest warnings files
233-
uses: actions/download-artifact@v7
233+
uses: actions/download-artifact@v8
234234
with:
235235
pattern: pytest-warnings-json-*
236236
merge-multiple: true
@@ -289,7 +289,7 @@ jobs:
289289
python-version: ${{ matrix.python-version }}
290290

291291
- name: Download all artifacts
292-
uses: actions/download-artifact@v7
292+
uses: actions/download-artifact@v8
293293
with:
294294
pattern: coverage-*
295295
merge-multiple: true

0 commit comments

Comments
 (0)