Skip to content

Commit 49bec5e

Browse files
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 0e852c8 commit 49bec5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Download artifacts
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: ${{ env.ARTIFACT_NAME }}
102102
path: ${{ env.DIST_DIR }}
@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/checkout@v4
185185

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

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v4
116116

117117
- name: Download configuration files artifact
118-
uses: actions/download-artifact@v3
118+
uses: actions/download-artifact@v4
119119
with:
120120
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
121121
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)