Skip to content

Commit 09ac639

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 832b0ad commit 09ac639

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Download dist artifacts
57-
uses: actions/download-artifact@v5
57+
uses: actions/download-artifact@v6
5858
with:
5959
name: plugin-dist
6060
path: dist/
@@ -84,7 +84,7 @@ jobs:
8484
# checkout necessary to ensure the uploaded report contains the correct paths
8585
- uses: actions/checkout@v5
8686
- name: Retrieve coverage reports
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
pattern: coverage-*
9090
path: ./reports/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
discussions: write
5252
steps:
5353
- name: Download dist artifacts
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: plugin-dist
5757
path: dist/

0 commit comments

Comments
 (0)