Skip to content

Commit 14cb517

Browse files
authored
Merge pull request #212 from serilog-contrib/dev
update master
2 parents 308732e + c805b45 commit 14cb517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v4
42+
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: 9.0.x
4545

@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Upload Packages
6060
if: success() && github.event_name != 'pull_request'
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: packages
6464
path: '${{env.BUILD_PATH}}'
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download Artifact
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: packages
7676

0 commit comments

Comments
 (0)