Skip to content

Commit 70e22e1

Browse files
committed
ci: Update all actions
1 parent 8887144 commit 70e22e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4.2.2
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v4.1.0
1616
with:
1717
dotnet-version: 7.0.x
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Test
2121
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info' /p:ExcludeByAttribute="Tomlet.Attributes.NoCoverageAttribute"
2222
- name: Upload test coverage
23-
uses: coverallsapp/github-action@1.1.3
23+
uses: coverallsapp/github-action@v2.3.4
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
path-to-lcov: ./Tomlet.Tests/lcov.info
2727
- name: Build
2828
run: dotnet build -c Release
2929
- name: Upload NuGet Artifact
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4.5.0
3131
with:
3232
name: Tomlet.nupkg
3333
path: Tomlet/bin/Release/*.nupkg

0 commit comments

Comments
 (0)