Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 to ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@4c0ff1c...ef09cda)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wholtz committed Feb 25, 2024
1 parent 15d7592 commit 7aa751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
labels: ${{ steps.get_metadata.outputs.labels}}
cache-from: type=registry,ref=ghcr.io/mamba-org/micromamba-cache/cache:${{ steps.set_image_variables.outputs.tag }}
cache-to: type=registry,ref=ghcr.io/mamba-org/micromamba-cache/cache:${{ steps.set_image_variables.outputs.tag }},mode=max
- uses: actions/upload-artifact@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19
- uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb
with:
name: ${{ steps.set_image_variables.outputs.tag }}
path: ${{ steps.get_metadata.outputs.bake-file }}
Expand Down

0 comments on commit 7aa751b

Please sign in to comment.