Skip to content

Commit

Permalink
Use merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Jul 3, 2024
1 parent 176269b commit a56e743
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,21 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
overwrite: true

merge:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: digests
pattern: digests-*
- name: Download digests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a56e743

Please sign in to comment.