Skip to content

Commit 4cd7eeb

Browse files
ci: bump actions/download-artifact from 7 to 8 (#1776)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9143e23 commit 4cd7eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
persist-credentials: false
9393

9494
- name: Download test results
95-
uses: actions/download-artifact@v7
95+
uses: actions/download-artifact@v8
9696
with:
9797
name: test-results
9898

.github/workflows/pypi-publish-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Download all the dists
81-
uses: actions/download-artifact@v7
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: python-package-distributions
8484
path: dist/

0 commit comments

Comments
 (0)