From 7f3321ec3ac44f5b89971edaf0dc3127cb830d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:44:07 +0000 Subject: [PATCH 1/2] build(deps): bump actions/upload-artifact Bumps the github-actions group in /.github/workflows with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_proxy-file-for-dependabot-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_proxy-file-for-dependabot-tests.yml b/.github/workflows/_proxy-file-for-dependabot-tests.yml index 547501ac9..aceb21741 100644 --- a/.github/workflows/_proxy-file-for-dependabot-tests.yml +++ b/.github/workflows/_proxy-file-for-dependabot-tests.yml @@ -12,4 +12,4 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4 - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 From 59e8a0390f8be14c52c9558f10a7307ba4f469f8 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 15 Aug 2024 11:07:22 +0200 Subject: [PATCH 2/2] Update hashes in the template --- conda_smithy/templates/github-actions.yml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_smithy/templates/github-actions.yml.tmpl b/conda_smithy/templates/github-actions.yml.tmpl index 1fb36b59d..db6e99a9e 100644 --- a/conda_smithy/templates/github-actions.yml.tmpl +++ b/conda_smithy/templates/github-actions.yml.tmpl @@ -226,7 +226,7 @@ jobs: continue-on-error: true - name: Store conda build artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: {% raw %}${{ always() && steps.prepare-artifacts.outcome == 'success' }}{% endraw %} with: name: {% raw %}${{ steps.prepare-artifacts.outputs.BLD_ARTIFACT_NAME }}{% endraw %} @@ -235,7 +235,7 @@ jobs: continue-on-error: true - name: Store conda build environment artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 if: {% raw %}${{ failure() && steps.prepare-artifacts.outcome == 'success' }}{% endraw %} with: name: {% raw %}${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_NAME }}{% endraw %}