Skip to content

Commit 9b487f5

Browse files
Update action
1 parent d53888b commit 9b487f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} src
4848
4949
# Publish the NuGet package as an artifact, so they can be used in the following jobs
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
name: nuget
5353
if-no-files-found: error
@@ -57,7 +57,7 @@ jobs:
5757
run_test:
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
- name: Setup .NET
6262
uses: actions/setup-dotnet@v4
6363
- name: Run tests

0 commit comments

Comments
 (0)