Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: update all step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 26, 2023
1 parent f844e0b commit 85c7f0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ jobs:
run: dotnet test -c Release -l "console;verbosity=detailed"

- name: Upload Rust Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rust
path: |
src/Rust/target/release/updatemac
src/Rust/target/release/*.exe
- name: Upload Coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: test/coverage*.xml
Expand All @@ -88,12 +88,12 @@ jobs:
${{ runner.os }}-nuget-
- name: Install .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

- name: Install .NET 8
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand All @@ -113,7 +113,7 @@ jobs:
run: dotnet build -c Release /p:PackRustAssets=true

- name: Upload Package Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: .\build\Release\*.nupkg
Expand Down

0 comments on commit 85c7f0f

Please sign in to comment.