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 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 %}