Skip to content

Commit

Permalink
ci: migrate to artifact action v4 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Mar 31, 2024
1 parent 5c4fa38 commit e57b8e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: binaries
name: binaries-${{ matrix.release_for }}
path: dolos-${{ matrix.release_for }}${{ matrix.ext }}

docker:
Expand Down Expand Up @@ -116,7 +116,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: binaries
pattern: binaries-*
merge-multiple: true
path: .github/image/bin

# we need to rename the artifact so that the name matches
Expand Down

0 comments on commit e57b8e3

Please sign in to comment.