Skip to content

Commit 5b34384

Browse files
[skip changelog] Bump actions/download-artifact from 2 to 3 (#1707)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17e3943 commit 5b34384

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-go-nightly-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v3
5454

5555
- name: Download artifacts
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v3
5757
with:
5858
name: ${{ env.ARTIFACT_NAME }}
5959
path: ${{ env.DIST_DIR }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
- name: Download artifact
124-
uses: actions/download-artifact@v2
124+
uses: actions/download-artifact@v3
125125
with:
126126
name: ${{ env.ARTIFACT_NAME }}
127127
path: ${{ env.DIST_DIR }}

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Download combined builds artifact
118-
uses: actions/download-artifact@v2
118+
uses: actions/download-artifact@v3
119119
with:
120120
name: ${{ env.BUILDS_ARTIFACT }}
121121
path: ${{ env.BUILDS_ARTIFACT }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v3
5959

6060
- name: Download artifacts
61-
uses: actions/download-artifact@v2
61+
uses: actions/download-artifact@v3
6262
with:
6363
name: ${{ env.ARTIFACT_NAME }}
6464
path: ${{ env.DIST_DIR }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
steps:
128128
- name: Download artifact
129-
uses: actions/download-artifact@v2
129+
uses: actions/download-artifact@v3
130130
with:
131131
name: ${{ env.ARTIFACT_NAME }}
132132
path: ${{ env.DIST_DIR }}

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v3
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v2
112+
uses: actions/download-artifact@v3
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)