From 7f3cb7a508417561c88aa9bb140e247c5faf787c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:28:17 +1100 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#14) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/MergeToMain.yml | 2 +- .github/workflows/PullRequest.yml | 2 +- .github/workflows/Release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index e6e1052..f3f210c 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -42,7 +42,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:VersionPrefix=$VERSION_PREFIX --version-suffix $VERSION_SUFFIX - name: Publish artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index 0361088..66425fb 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -55,7 +55,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:VersionPrefix=$VERSION_PREFIX --version-suffix $VERSION_SUFFIX - name: Publish artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 91cea0a..78fb51f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -41,7 +41,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:version=${{ env.RELEASE_VERSION }} - name: Publish artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: NuGetPackage.${{ env.RELEASE_VERSION }} path: ./artifacts/