Skip to content

Commit 088c593

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 9d362b2 commit 088c593

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
171171

172172
- name: Download artifact
173-
uses: actions/download-artifact@v3
173+
uses: actions/download-artifact@v4
174174
with:
175175
name: ${{ env.PROJECT_NAME }}-macos-12-amd64 # if we want to support darwin-arm64 in the future for real this has to change.
176176
path: ${{ env.EXE_PATH }}
@@ -236,7 +236,7 @@ jobs:
236236

237237
steps:
238238
- name: Download artifact
239-
uses: actions/download-artifact@v3
239+
uses: actions/download-artifact@v4
240240
with:
241241
name: ArduinoCreateAgent.app_${{ matrix.arch }}
242242

@@ -395,7 +395,7 @@ jobs:
395395
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
396396

397397
- name: Download artifact
398-
uses: actions/download-artifact@v3
398+
uses: actions/download-artifact@v4
399399
with:
400400
name: ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
401401
path: artifacts/${{ matrix.platform-name }}/ # path expected by installbuilder
@@ -450,7 +450,7 @@ jobs:
450450
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
451451

452452
- name: Download artifact
453-
uses: actions/download-artifact@v3
453+
uses: actions/download-artifact@v4
454454
with:
455455
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
456456
path: ArduinoCreateAgent.app
@@ -543,7 +543,7 @@ jobs:
543543
fetch-depth: 0 # fetch all history for the create changelog step to work properly
544544

545545
- name: Download artifact
546-
uses: actions/download-artifact@v3 # download all the artifacts
546+
uses: actions/download-artifact@v4 # download all the artifacts
547547

548548
# mandatory step because upload-release-action does not support multiple folders
549549
- name: prepare artifacts for the release

Diff for: .github/workflows/sync-labels.yml

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

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

0 commit comments

Comments
 (0)