Skip to content

Commit

Permalink
upgrade cache to avoid node20 exit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Jan 6, 2025
1 parent 0c03a43 commit 6dae95d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
runs-on: ${{matrix.os}}
container: ${{matrix.image}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: matrix.dotnet-version
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{matrix.dotnet-version}}
- run: mkdir src/Runner.Client/nupkg
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nupkg
path: src/Runner.Client/nupkg
Expand Down
4 changes: 2 additions & 2 deletions testworkflows/cachewindowscontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
createcache:
runs-on: windows-latest
steps:
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache
with:
path: |
Expand All @@ -22,7 +22,7 @@ jobs:
needs: createcache
runs-on: windows-latest
steps:
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit 6dae95d

Please sign in to comment.