Skip to content

Commit b1d0ecd

Browse files
authored
Merge pull request #12 from awslabs/dependabot/github_actions/actions/download-artifact-5
chore(deps): bump actions/download-artifact from 4 to 5
2 parents 401b78f + 992e7c8 commit b1d0ecd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
uv pip install --system -r requirements.txt -r requirements-dev.txt
493493
494494
- name: Download all test results
495-
uses: actions/download-artifact@v4
495+
uses: actions/download-artifact@v5
496496
with:
497497
path: test-results/
498498

.github/workflows/test-matrix.yml

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

176176
steps:
177177
- name: Download all test results
178-
uses: actions/download-artifact@v4
178+
uses: actions/download-artifact@v5
179179
with:
180180
path: test-results/
181181

0 commit comments

Comments
 (0)