From 6ce82b4f2a4331218305efa838236f6dc9d5de2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:42:02 +0000 Subject: [PATCH] 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](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] --- .github/workflows/czicompress_cmake.yml | 2 +- .github/workflows/czishrink_dotnet.yml | 6 +++--- .github/workflows/mega-linter.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/czicompress_cmake.yml b/.github/workflows/czicompress_cmake.yml index 485c9a0..ad40c91 100644 --- a/.github/workflows/czicompress_cmake.yml +++ b/.github/workflows/czicompress_cmake.yml @@ -120,7 +120,7 @@ jobs: # upload the build-results to artifacts-store - name: Upload artifacts if: matrix.build == 'Release' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: czicompress-${{env.name}} path: czicompress/czicompress-${{env.name}}/ diff --git a/.github/workflows/czishrink_dotnet.yml b/.github/workflows/czishrink_dotnet.yml index a3ec1dc..64aeef2 100644 --- a/.github/workflows/czishrink_dotnet.yml +++ b/.github/workflows/czishrink_dotnet.yml @@ -109,7 +109,7 @@ jobs: verbose: true - name: Upload dotnet test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dotnet-results-${{ matrix.config.os }} path: TestResults @@ -129,7 +129,7 @@ jobs: -o ${{ github.workspace }}/publish - name: Upload published binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ (github.event_name == 'push') && (matrix.build == 'Release') }} with: name: CziShrink_${{ steps.getversion.outputs.version }}_${{ matrix.config.osfamily}}-x64 @@ -154,7 +154,7 @@ jobs: -o ${{ github.workspace }}/installer - name: Upload Wix installer - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ (github.event_name == 'push') && (matrix.build == 'Release') && (matrix.config.os == 'windows-latest') }} with: name: CziShrink_Installer${{ steps.getversion.outputs.version }}_${{ matrix.config.osfamily}}-x64 diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 15ceaed..5a1f366 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -39,7 +39,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts if: ${{ success() || failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MegaLinter reports path: |