Skip to content

Commit cd55c8a

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecd8dc5 commit cd55c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v4
126126

127127
- name: Download configuration files artifact
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4.1.7
129129
with:
130130
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
131131
path: ${{ env.CONFIGURATIONS_FOLDER }}

.github/workflows/test-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
uses: actions/checkout@v4
321321

322322
- name: Download sketches reports artifact
323-
uses: actions/download-artifact@v3
323+
uses: actions/download-artifact@v4.1.7
324324
with:
325325
name: ${{ needs.all-inputs.outputs.report-artifact-name }}
326326
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)