Skip to content

Commit ea04bdb

Browse files
Update deployment action steps (#170)
* Updates dotnet setup version to v4 * Updates upload-artifacts version to v4
1 parent 54a16aa commit ea04bdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# ---------------------------------------
3434
# Install .NET Versions
3535
# ---------------------------------------
36-
- uses: actions/setup-dotnet@v2
36+
- uses: actions/setup-dotnet@v4
3737
name: Install .NET
3838
with:
3939
dotnet-version: |

.github/workflows/nuget-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# ---------------------------------------
3636
# Install .NET Versions
3737
# ---------------------------------------
38-
- uses: actions/setup-dotnet@v2
38+
- uses: actions/setup-dotnet@v4
3939
name: Install .NET
4040
with:
4141
dotnet-version: |
@@ -77,7 +77,7 @@ jobs:
7777
# ---------------------------------------
7878
# Save Artifacts for later debugging
7979
# ---------------------------------------
80-
- uses: actions/upload-artifact@v3
80+
- uses: actions/upload-artifact@v4
8181
name: Save Artifacts
8282
with:
8383
name: generated-nuget-packages

0 commit comments

Comments
 (0)