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 cc310bf

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/download-artifact from 2 to 3
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] <support@github.com>
1 parent dbd52e2 commit cc310bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- name: Download job transfer artifact
143-
uses: actions/download-artifact@v2
143+
uses: actions/download-artifact@v3
144144
with:
145145
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
146146
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -199,7 +199,7 @@ jobs:
199199
runs-on: ubuntu-latest
200200
steps:
201201
- name: Download [GitHub Actions]
202-
uses: actions/download-artifact@v2
202+
uses: actions/download-artifact@v3
203203
with:
204204
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
205205
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -220,7 +220,7 @@ jobs:
220220
runs-on: ubuntu-latest
221221
steps:
222222
- name: Download [GitHub Actions]
223-
uses: actions/download-artifact@v2
223+
uses: actions/download-artifact@v3
224224
with:
225225
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
226226
path: ${{ env.JOB_TRANSFER_ARTIFACT }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v2
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)

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