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 5e7b9e7 commit 882afb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 @@ -73,7 +73,7 @@ jobs:
- name: Download gem from build job
uses: actions/download-artifact@v4
with:
name: binary-gem
name: binary-gem-${{ matrix.platform }}

- run: echo $env:PATH
- run: gem update --system 3.3.26
Expand Down

0 comments on commit 882afb0

Please sign in to comment.