Skip to content

Commit

Permalink
ci: Fix workflow breakage on version bump (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Sep 26, 2024
1 parent 33d8709 commit acbe999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-env-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.runs-on }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down Expand Up @@ -108,7 +108,8 @@ jobs:
- name: Download digests
uses: actions/download-artifact@v4
with:
name: digests
pattern: digests-*
merge-multiple: true
path: /tmp/digests

- name: Set up Docker Buildx
Expand Down

0 comments on commit acbe999

Please sign in to comment.