Skip to content

Commit

Permalink
build(deps): bump the github-actions group in /.github/workflows with…
Browse files Browse the repository at this point in the history
… 2 updates (#2203)

* Revert "Revert "build(deps): bump the github-actions group (#2200)" (#2202)"

This reverts commit ad34883.

* Update github-actions.yml.tmpl

* Update tests.yml
  • Loading branch information
beckermr authored Jan 6, 2025
1 parent ed0f1d2 commit 9cdd74a
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -11,4 +11,4 @@ jobs:
if: false
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
with:
environment-file: environment.yml
micromamba-version: 1.5.12-0
cache-environment: true
create-args: >-
python=3.11
Expand Down
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 @@ -222,7 +222,7 @@ jobs:
continue-on-error: true

- name: Store conda build artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: {% raw %}${{ always() && steps.prepare-artifacts.outcome == 'success' }}{% endraw %}
with:
name: {% raw %}${{ steps.prepare-artifacts.outputs.BLD_ARTIFACT_NAME }}{% endraw %}
Expand All @@ -231,7 +231,7 @@ jobs:
continue-on-error: true

- name: Store conda build environment artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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 9cdd74a

Please sign in to comment.