Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba17e26

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2689745 commit ba17e26

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v4
100100

101101
- name: Download artifacts
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105105
path: ${{ env.DIST_DIR }}
@@ -192,7 +192,7 @@ jobs:
192192

193193
steps:
194194
- name: Download artifact
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v5
196196
with:
197197
pattern: ${{ env.ARTIFACT_PREFIX }}*
198198
merge-multiple: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Download build artifacts
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v5
150150

151151
- name: Create checksum file
152152
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v4
109109

110110
- name: Download artifacts
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114114
path: ${{ env.DIST_DIR }}
@@ -198,7 +198,7 @@ jobs:
198198

199199
steps:
200200
- name: Download artifact
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v5
202202
with:
203203
pattern: ${{ env.ARTIFACT_PREFIX }}*
204204
merge-multiple: true

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

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

127127
- name: Download configuration file artifacts
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
merge-multiple: true
131131
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /