Skip to content

Commit f58a368

Browse files
committed
Bumped Workflow Version(s)
1 parent df3b94e commit f58a368

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: pwsh
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
3131

@@ -41,12 +41,6 @@ jobs:
4141
# Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x
4242
dotnet-version: 7.0.x
4343
include-prerelease: true
44-
45-
# Required for C#10 features.
46-
- name: Setup Node.js
47-
uses: actions/setup-node@v2
48-
with:
49-
node-version: '14'
5044

5145
- name: Setup AutoChangelog
5246
run: npm install -g auto-changelog
@@ -90,7 +84,7 @@ jobs:
9084
}
9185
9286
- name: Upload NuGet Package Artifact
93-
uses: actions/upload-artifact@v2.2.4
87+
uses: actions/upload-artifact@v4
9488
with:
9589
# Artifact name
9690
name: NuGet Packages
@@ -100,7 +94,7 @@ jobs:
10094
${{ env.RELOADED_HOOKS_DEFINITIONS_NUPKG_GLOB }}
10195
10296
- name: Upload Changelog Artifact
103-
uses: actions/upload-artifact@v2.2.4
97+
uses: actions/upload-artifact@v4
10498
with:
10599
# Artifact name
106100
name: Changelog
@@ -110,7 +104,7 @@ jobs:
110104

111105

112106
- name: Upload to GitHub Releases
113-
uses: softprops/action-gh-release@v0.1.14
107+
uses: softprops/action-gh-release@v2.1.0
114108
if: env.IS_RELEASE == 'true'
115109
with:
116110
# Path to load note-worthy description of changes in release from

0 commit comments

Comments
 (0)