Skip to content

Commit b8e0ec6

Browse files
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e68f161 commit b8e0ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v6
126126

127127
- name: Download configuration file artifacts
128-
uses: actions/download-artifact@v6
128+
uses: actions/download-artifact@v7
129129
with:
130130
merge-multiple: true
131131
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
uses: actions/checkout@v6
323323

324324
- name: Download sketches reports artifact
325-
uses: actions/download-artifact@v6
325+
uses: actions/download-artifact@v7
326326
with:
327327
merge-multiple: true
328328
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)