Skip to content

Commit 64d07a4

Browse files
Bump actions/upload-artifact from 3.1.2 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21ec97b commit 64d07a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
- name: Upload Nuget
272272
if: ${{ matrix.os == 'ubuntu-latest' }}
273-
uses: actions/upload-artifact@v3.1.2
273+
uses: actions/upload-artifact@v4.0.0
274274
with:
275275
name: nuget
276276
path: ${{ github.workspace }}/release/*.nupkg

0 commit comments

Comments
 (0)