fix: 降级 upload-artifact 到 v3 - 兼容 Gitea Actions
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
||||
docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: next-terminal-docker-${{ steps.version.outputs.VERSION }}
|
||||
path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user