Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea04bdb

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

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎.github/workflows/ci-build.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci-build.yml
+1-1
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

Copy file name to clipboardExpand all lines: .github/workflows/nuget-deployment.yml
+2-2
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.