Skip to content

Commit 4485015

Browse files
Bump actions/download-artifact from 2 to 3 (#704)
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 03c5d34 commit 4485015

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
steps:
159159
- name: Download artifact
160-
uses: actions/download-artifact@v2
160+
uses: actions/download-artifact@v3
161161
with:
162162
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
163163
path: arduino-create-agent
@@ -267,7 +267,7 @@ jobs:
267267
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
268268

269269
- name: Download artifact
270-
uses: actions/download-artifact@v2
270+
uses: actions/download-artifact@v3
271271
with:
272272
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
273273
path: ${{ matrix.executable-path }} # path expected by installbuilder
@@ -362,7 +362,7 @@ jobs:
362362
runs-on: macos-10.15
363363
steps:
364364
- name: Download artifact
365-
uses: actions/download-artifact@v2
365+
uses: actions/download-artifact@v3
366366
with:
367367
name: ArduinoCreateAgent-osx${{ matrix.arch }}
368368
path: ArduinoCreateAgent-osx
@@ -430,7 +430,7 @@ jobs:
430430
fetch-depth: 0 # fetch all history for the create changelog step to work properly
431431

432432
- name: Download artifact
433-
uses: actions/download-artifact@v2 # download all the artifacts
433+
uses: actions/download-artifact@v3 # download all the artifacts
434434

435435
- name: Identify Prerelease
436436
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag

.github/workflows/sync-labels.yml

+1-1
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)