Skip to content

Commit c9cfb9a

Browse files
authored
Merge pull request #61 from arduino/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents de3b5e4 + ee807e4 commit c9cfb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/checkout@v6
198198

199199
- name: Download artifact
200-
uses: actions/download-artifact@v7 # download all the artifacts
200+
uses: actions/download-artifact@v8 # download all the artifacts
201201

202202
- name: Prepare artifacts for the release and handle package_index
203203
run: |

.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@v6
110110

111111
- name: Download configuration file artifacts
112-
uses: actions/download-artifact@v7
112+
uses: actions/download-artifact@v8
113113
with:
114114
merge-multiple: true
115115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)