Skip to content

Commit 62a1958

Browse files
Bump actions/upload-artifact from 3 to 4
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]>
1 parent 6681418 commit 62a1958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create NuGet packages
4949
run: dotnet pack -c Release --no-restore --no-build -o nupkg
5050
- name: Upload nuget packages
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: nupkg
5454
path: nupkg

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create NuGet packages
5050
run: dotnet pack -c Release --no-restore --no-build -o nupkg
5151
- name: Upload nuget packages as artifacts
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: nupkg
5555
path: nupkg

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Create NuGet packages
5252
run: dotnet pack -c Release --no-restore --no-build -o nupkg
5353
- name: Upload nuget packages as artifacts
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: nupkg
5757
path: nupkg

0 commit comments

Comments
 (0)