Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 26, 2024
1 parent 93e58aa commit a1f7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Download results
uses: actions/download-artifact@v4
with:
name: ${{ format('results_{0}_{1}*', env.default-php-version, env.default-laravel-version) }}
name: ${{ format('results_{0}_{1}', env.default-php-version, env.default-laravel-version) }}
path: results
merge-multiple: true

Expand Down

0 comments on commit a1f7624

Please sign in to comment.