Skip to content

Commit dedf5c5

Browse files
authored
Merge pull request #91 from aws-iot-builder-tools/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 025a41a + 607fbd2 commit dedf5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-integration-tests.yml

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

261261
steps:
262262
- name: Download all test results
263-
uses: actions/download-artifact@v5
263+
uses: actions/download-artifact@v6
264264
with:
265265
pattern: test-results-*
266266
merge-multiple: true

0 commit comments

Comments
 (0)