Skip to content

Commit de06f3e

Browse files
committed
update github actions for using Node.js v20
1 parent fa173dd commit de06f3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Extract version from tag
14-
uses: nowsprinting/check-version-format-action@v3
14+
uses: nowsprinting/check-version-format-action@v4
1515
id: version
1616
with:
1717
prefix: 'v'
@@ -23,12 +23,12 @@ jobs:
2323
exit 1
2424
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # Mandatory to use exact version from tag action
2929

3030
- name: Setup .NET
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
global-json-file: global.json
3434

@@ -56,14 +56,14 @@ jobs:
5656
run: dotnet test Remote.Linq.sln -c Release /bl
5757

5858
- name: Upload build log
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: msbuild_log
6262
path: msbuild.binlog
6363
if-no-files-found: error
6464

6565
- name: Upload packages
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: nuget_packages
6969
path: artifacts

0 commit comments

Comments
 (0)