Skip to content

Commit afc09b8

Browse files
authored
Merge pull request #8 from msetina/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 461a47e + 29c3e98 commit afc09b8

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@v4
57+
uses: actions/download-artifact@v5
5858
with:
5959
name: plugin-dist
6060
path: dist/
@@ -93,7 +93,7 @@ jobs:
9393
# checkout necessary to ensure the uploaded report contains the correct paths
9494
- uses: actions/checkout@v4
9595
- name: Retrieve coverage reports
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
pattern: coverage-*
9999
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@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: plugin-dist
5757
path: dist/

0 commit comments

Comments
 (0)