Skip to content

Commit 7f88fcc

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 e1ee3d3 commit 7f88fcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-go-crosscompile-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v4
103103

104104
- name: Download artifacts
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
with:
107107
name: ${{ env.ARTIFACT_NAME }}
108108
path: ${{ env.DIST_DIR }}
@@ -185,7 +185,7 @@ jobs:
185185

186186
steps:
187187
- name: Download artifact
188-
uses: actions/download-artifact@v3
188+
uses: actions/download-artifact@v4
189189
with:
190190
name: ${{ env.ARTIFACT_NAME }}
191191
path: ${{ env.DIST_DIR }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v4
120120

121121
- name: Download configuration files artifact
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
125125
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)