Skip to content

Commit 8d96f1c

Browse files
dependabot[bot]per1234
authored andcommitted
build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd53941 commit 8d96f1c

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
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
324324
with:
325325
name: ${{ needs.all-inputs.outputs.report-artifact-name }}
326326
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)