Skip to content

Commit

Permalink
CI: github actions @v4 need distinct artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 5, 2024
1 parent dd060bc commit a2a3e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload binary gem
uses: actions/upload-artifact@v4
with:
name: binary-gem
name: binary-gem-${{ matrix.platform }}
path: pkg/*.gem

job_test_binary:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Download gem from build job
uses: actions/download-artifact@v4
with:
name: binary-gem
name: binary-gem-${{ matrix.platform }}

- name: Download PostgreSQL
run: |
Expand Down

0 comments on commit a2a3e6d

Please sign in to comment.