From ecd039ddf53ac657299f42d049e9f14928160092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:12:06 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-containers.yml | 2 +- .github/workflows/windows_python.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 940e9d965fbf13..a764e2f639e087 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -80,7 +80,7 @@ jobs: fi - name: Upload Dockerfile - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: dockerfiles path: dockerfiles diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index adb8344d94e8fb..b7f9f16769b9dc 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -111,11 +111,11 @@ jobs: echo "installer_root=$((pwd).Path)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append env: ProgressPreference: SilentlyContinue - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: Windows Spack Installer Bundle path: ${{ env.installer_root }}\pkg\Spack.exe - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: Windows Spack Installer path: ${{ env.installer_root}}\pkg\Spack.msi