Skip to content

Commit ff8afa3

Browse files
dependabot[bot]per1234
authored andcommitted
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 4eda256 commit ff8afa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compare-performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310

311311
steps:
312312
- name: Download reports
313-
uses: actions/download-artifact@v3
313+
uses: actions/download-artifact@v4
314314
with:
315315
name: ${{ env.REPORTS_ARTIFACT_NAME }}
316316
path: ${{ env.REPORTS_PATH }}

.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 }}

0 commit comments

Comments
 (0)