Skip to content

Commit bac0a88

Browse files
authored
Merge pull request #105 from Fanju6/dependabot/github_actions/actions/download-artifact-8
ci(deps): bump actions/download-artifact from 7 to 8
2 parents 1c554e1 + df82dcc commit bac0a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: 下载构建产物
6868
if: ${{ needs.build.result == 'success' }}
69-
uses: actions/download-artifact@v7
69+
uses: actions/download-artifact@v8
7070
with:
7171
name: NetProxy-Module
7272
path: src/module

0 commit comments

Comments
 (0)