Skip to content

Commit 87e3877

Browse files
Bump actions/upload-artifact from 4 to 6 (#71)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elan Hasson <234704+ElanHasson@users.noreply.github.com>
1 parent 7701ebc commit 87e3877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Pack
4040
run: dotnet pack --configuration Release --no-build --output pack/
4141
- name: Store .NET Package
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: nuget
4545
if-no-files-found: error

0 commit comments

Comments
 (0)