Skip to content

Commit 242a9d6

Browse files
committed
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 03c77c4 commit 242a9d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
175175

176176
- name: Download artifact
177-
uses: actions/download-artifact@v3
177+
uses: actions/download-artifact@v4
178178
with:
179179
name: ${{ env.PROJECT_NAME }}-macos-12-amd64 # if we want to support darwin-arm64 in the future for real this has to change.
180180
path: ${{ env.EXE_PATH }}
@@ -241,7 +241,7 @@ jobs:
241241

242242
steps:
243243
- name: Download artifact
244-
uses: actions/download-artifact@v3
244+
uses: actions/download-artifact@v4
245245
with:
246246
name: ArduinoCreateAgent.app_${{ matrix.arch }}
247247

@@ -405,7 +405,7 @@ jobs:
405405
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
406406

407407
- name: Download artifact
408-
uses: actions/download-artifact@v3
408+
uses: actions/download-artifact@v4
409409
with:
410410
name: ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
411411
path: artifacts/${{ matrix.platform-name }}/ # path expected by installbuilder
@@ -494,7 +494,7 @@ jobs:
494494
token: ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
495495

496496
- name: Download artifact
497-
uses: actions/download-artifact@v3
497+
uses: actions/download-artifact@v4
498498
with:
499499
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
500500
path: ArduinoCreateAgent.app
@@ -588,7 +588,7 @@ jobs:
588588
fetch-depth: 0 # fetch all history for the create changelog step to work properly
589589

590590
- name: Download artifact
591-
uses: actions/download-artifact@v3 # download all the artifacts
591+
uses: actions/download-artifact@v4 # download all the artifacts
592592

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

0 commit comments

Comments
 (0)