Skip to content

Commit 1dbf5a4

Browse files
authored
Merge pull request #290 from 107-systems/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents dcc11a5 + dc77b2b commit 1dbf5a4

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)