From b83ccc18ad93aa7daca6058e389beb43c3166dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 05:55:50 -0800 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#2579) 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/benchmark-package.yml | 2 +- .github/workflows/release-build.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-package.yml b/.github/workflows/benchmark-package.yml index 2ac1d3a3d3..d41f655ff6 100644 --- a/.github/workflows/benchmark-package.yml +++ b/.github/workflows/benchmark-package.yml @@ -75,7 +75,7 @@ jobs: # GitHub Actions combines artifacts uploaded with the same name - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-benchmarks path: artifact diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6e15f1b14f..311bbccac8 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -65,7 +65,7 @@ jobs: run: ./.github/actions/upload-release-asset.sh "artifact/Helics-$(git rev-parse --abbrev-ref "${GITHUB_REF}")-source.tar.gz" - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: all-submodules-archive path: artifact @@ -136,7 +136,7 @@ jobs: # GitHub Actions combines artifacts uploaded with the same name - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-installers path: artifact @@ -239,7 +239,7 @@ jobs: # GitHub Actions combines artifacts uploaded with the same name - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-installers path: artifact @@ -337,7 +337,7 @@ jobs: # GitHub Actions combines artifacts uploaded with the same name - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-installers path: artifact