Skip to content

Commit 7338709

Browse files
chore(deps): update github artifact actions
1 parent 2561901 commit 7338709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tar czf ${{ matrix.output }}.tar.gz ${{ matrix.output }}
5050
5151
- name: Upload artifacts
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
5555
path: ${{ matrix.output }}.tar.gz
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0 # 获取完整的提交历史
6868

6969
- name: Download artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v8
7171
with:
7272
path: artifacts
7373

0 commit comments

Comments
 (0)