Skip to content

Commit a4f978b

Browse files
authored
Merge pull request #211 from arduino/dependabot/github_actions/dot-github/workflows/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6 in /.github/workflows
2 parents 49ac5c3 + 95f1c6e commit a4f978b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v5
114114

115115
- name: Download artifacts
116-
uses: actions/download-artifact@v5
116+
uses: actions/download-artifact@v6
117117
with:
118118
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
119119
path: ${{ env.DIST_DIR }}
@@ -221,7 +221,7 @@ jobs:
221221

222222
steps:
223223
- name: Download artifact
224-
uses: actions/download-artifact@v5
224+
uses: actions/download-artifact@v6
225225
with:
226226
merge-multiple: true
227227
path: ${{ env.DIST_DIR }}

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v5
124124

125125
- name: Download configuration file artifacts
126-
uses: actions/download-artifact@v5
126+
uses: actions/download-artifact@v6
127127
with:
128128
merge-multiple: true
129129
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)