diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index b5f4b5e..3b1322a 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -238,7 +238,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@ea165f8d65b6e75b540449e92b4886f43607fa02 + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 with: name: ${{ steps.set_image_variables.outputs.tag }}.metadata path: ${{ steps.get_metadata.outputs.bake-file }}