Skip to content

Commit cba1705

Browse files
authored
Merge pull request #18 from 107-systems/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 28cb12c + d7a3465 commit cba1705

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
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v5
103103

104104
- name: Download configuration files artifact
105-
uses: actions/download-artifact@v5
105+
uses: actions/download-artifact@v6
106106
with:
107107
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
108108
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)