We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c182bc3 commit a0ca3dfCopy full SHA for a0ca3df
.github/workflows/deploy2app.yml
@@ -41,7 +41,7 @@ jobs:
41
# single-commit: true #如果您希望在部署分支上进行一次提交而不是保留完整的历史记录
42
43
- name: Upload a Build Artifact
44
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v3
45
with:
46
# Artifact name
47
name: package
0 commit comments