Skip to content

Commit 8d79ff4

Browse files
committed
Update workflow actions
1 parent 9e4669c commit 8d79ff4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.5.0
18+
uses: actions/checkout@v4.1.2
1919
with:
2020
fetch-depth: 0
2121
- name: Install .NET SDK
22-
uses: actions/setup-dotnet@v3.0.3
22+
uses: actions/setup-dotnet@v4.0.0
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Build
2626
run: dotnet build LibGit2Sharp.sln --configuration Release
2727
- name: Upload packages
28-
uses: actions/upload-artifact@v3.1.2
28+
uses: actions/upload-artifact@v4.3.1
2929
with:
3030
name: NuGet packages
3131
path: artifacts/package/
@@ -46,11 +46,11 @@ jobs:
4646
fail-fast: false
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3.5.0
49+
uses: actions/checkout@v4.1.2
5050
with:
5151
fetch-depth: 0
5252
- name: Install .NET SDK
53-
uses: actions/setup-dotnet@v3.0.3
53+
uses: actions/setup-dotnet@v4.0.0
5454
with:
5555
dotnet-version: |
5656
8.0.x
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v3.5.0
89+
uses: actions/checkout@v4.1.2
9090
with:
9191
fetch-depth: 0
9292
- name: Setup QEMU

0 commit comments

Comments
 (0)