Skip to content

Commit 66a2fa0

Browse files
authored
Merge pull request #41 from arduino-libraries/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 60b8fe5 + 82e1cd8 commit 66a2fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

110110
- name: Download configuration files artifact
111-
uses: actions/download-artifact@v7
111+
uses: actions/download-artifact@v8
112112
with:
113113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114114
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)