Skip to content

Commit

Permalink
Opt, actions组件升级到v4解决构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Sep 12, 2024
1 parent 2302509 commit 60f715f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build&Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: 恢复编译产物
id: BinCache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
objs/**/*.obj
Expand Down Expand Up @@ -192,14 +192,14 @@ jobs:
nuget pack YY-Thunks-New.nuspec -Properties version=${{env.BuildVersion}};commit=%GITHUB_SHA%
)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: |
*.nupkg
*.zip
# 失败时我们收集一些信息,用于诊断
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ErrorLog
Expand Down

0 comments on commit 60f715f

Please sign in to comment.