Skip to content

Commit 325fbba

Browse files
committed
Fixed mismatched artifact name to use on download
1 parent eacf6e5 commit 325fbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit_wsl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/download-artifact@v5
148148
id: download
149149
with:
150-
name: wsl-pre-commit-${{matrix.python-version}}
150+
name: wsl_pre-commit-${{matrix.python-version}}
151151
- name: Get transitive dependencies licences
152152
id: license_check_print_report
153153
# uses: pilosus/action-pip-license-checker@v1.0.0
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/download-artifact@v5
182182
id: download
183183
with:
184-
pattern: wsl-pre-commit-*
184+
pattern: wsl_pre-commit-*
185185
merge-multiple: true
186186
path: changes-dir
187187
- name: Move artifacts to their right place

0 commit comments

Comments
 (0)