Skip to content

Commit 5072374

Browse files
authored
Merge pull request #10 from OpShin/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents ec760ce + f7dca29 commit 5072374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v5
111111
# download all artifacts from all build jobs
112-
- uses: actions/download-artifact@v6
112+
- uses: actions/download-artifact@v7
113113
# merge them into a single directory
114114
- name: Merge wheels
115115
run: |

0 commit comments

Comments
 (0)