Skip to content

Commit 236ae53

Browse files
authored
Merge pull request #105 from aws-iot-builder-tools/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 6fd02d0 + fdf5553 commit 236ae53

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@v6
263+
uses: actions/download-artifact@v7
264264
with:
265265
pattern: test-results-*
266266
merge-multiple: true

0 commit comments

Comments
 (0)