Skip to content

Commit dfae553

Browse files
authored
Merge pull request #79 from arduino/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 9781966 + 151a435 commit dfae553

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- name: Download build artifacts
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v6
144144

145145
- name: Create checksum file
146146
run: |

.github/workflows/release-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v5
105105

106106
- name: Download artifacts
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
110110
path: ${{ env.DIST_DIR }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
steps:
196196
- name: Download artifact
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
pattern: ${{ env.ARTIFACT_PREFIX }}*
200200
merge-multiple: true

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v5
109109

110110
- name: Download configuration file artifacts
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
merge-multiple: true
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)