Skip to content

Commit 8a6ec17

Browse files
authored
Merge pull request #145 from arduino/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents fd91195 + 665d196 commit 8a6ec17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

147147
steps:
148148
- name: Download build artifacts
149-
uses: actions/download-artifact@v6
149+
uses: actions/download-artifact@v7
150150

151151
- name: Create checksum file
152152
run: |

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

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

8787
steps:
8888
- name: Download artifact
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v7
9090
with:
9191
pattern: ${{ env.ARTIFACT_PREFIX }}*
9292
merge-multiple: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v6
125125

126126
- name: Download configuration file artifacts
127-
uses: actions/download-artifact@v6
127+
uses: actions/download-artifact@v7
128128
with:
129129
merge-multiple: true
130130
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)