Skip to content

Commit

Permalink
Try a different name for the artifact + overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Feb 11, 2024
1 parent f055d58 commit 6a615cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ jobs:
- name: "Upload composer.lock as build artifact"
uses: actions/upload-artifact@v4
with:
name: composer.lock
name: "composer.lock-${{ matrix.php-version }}-${{ matrix.dependencies }}"
path: composer.lock
overwrite: true

- id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@master
Expand Down

0 comments on commit 6a615cd

Please sign in to comment.