Skip to content

Commit

Permalink
Merge pull request #2010 from conda-forge/2138dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/github-actions-a80722a195

build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in /.github/workflows in the github-actions group
  • Loading branch information
xhochy authored Aug 15, 2024
2 parents 5dafc25 + 9174bc8 commit d998b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_proxy-file-for-dependabot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 d998b60

Please sign in to comment.