We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2561901 commit 7338709Copy full SHA for 7338709
1 file changed
.github/workflows/auto-release.yml
@@ -49,7 +49,7 @@ jobs:
49
tar czf ${{ matrix.output }}.tar.gz ${{ matrix.output }}
50
51
- name: Upload artifacts
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
53
with:
54
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
55
path: ${{ matrix.output }}.tar.gz
@@ -67,7 +67,7 @@ jobs:
67
fetch-depth: 0 # 获取完整的提交历史
68
69
- name: Download artifacts
70
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
71
72
path: artifacts
73
0 commit comments