Skip to content

Commit 13093e1

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/download-artifact from 3 to 4 in /workflow-templates
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] <support@github.com>
1 parent 18ed8f1 commit 13093e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workflow-templates/release-go-crosscompile-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v4
105105

106106
- name: Download artifacts
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: ${{ env.ARTIFACT_NAME }}
110110
path: ${{ env.DIST_DIR }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
steps:
196196
- name: Download artifact
197-
uses: actions/download-artifact@v3
197+
uses: actions/download-artifact@v4
198198
with:
199199
name: ${{ env.ARTIFACT_NAME }}
200200
path: ${{ env.DIST_DIR }}

workflow-templates/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v4
125125

126126
- name: Download configuration files artifact
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
130130
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)