Skip to content

Commit 5b3063a

Browse files
Bump actions/upload-artifact from 3 to 4 (#36)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9021918 commit 5b3063a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: dotnet pack --configuration Release --no-build --include-symbols --output ./nupkgs
3939

4040
- name: Archive NuGet artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: nuget-packages
4444
path: ./nupkgs/*.nupkg
4545

4646
- name: Archive NuGet symbols artifacts
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: nuget-symbol-packages
5050
path: ./nupkgs/*.snupkg

0 commit comments

Comments
 (0)