Skip to content

Commit

Permalink
Update hashes in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 15, 2024
1 parent 7f3321e commit 59e8a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_smithy/templates/github-actions.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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 %}
Expand Down

0 comments on commit 59e8a03

Please sign in to comment.