Bump actions/download-artifact from 8.0.0 to 8.0.1 (#3004)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 22d7c1b..c98b95a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -226,7 +226,7 @@
- name: Install dependencies
run: pip install -U -r requirements_minimal.txt
- name: Download all coverage artifacts
- uses: actions/download-artifact@v8.0.0
+ uses: actions/download-artifact@v8.0.1
- name: Combine Linux coverage results
run: |
coverage combine coverage-linux*/.coverage
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6ab3f1a..d5410c1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,7 +50,7 @@
id-token: write
steps:
- name: Download release assets
- uses: actions/download-artifact@v8.0.0
+ uses: actions/download-artifact@v8.0.1
with:
name: release-assets
path: dist/
@@ -67,7 +67,7 @@
id-token: write
steps:
- name: Download release assets
- uses: actions/download-artifact@v8.0.0
+ uses: actions/download-artifact@v8.0.1
with:
name: release-assets
path: dist/