Skip to content

Commit

Permalink
Name artifact based on php version.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Oct 7, 2024
1 parent 96207f9 commit 301833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
name: "snapshot-${{ matrix.php }}"
path: 'tests/__snapshots__'

0 comments on commit 301833a

Please sign in to comment.