Skip to content

Commit

Permalink
Merge pull request #80 from voku/renovate/actions-upload-artifact-3.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v3
  • Loading branch information
voku committed Mar 4, 2022
2 parents 7bc1f28 + dce9a25 commit e755997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Archive logs artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }}
path: |
Expand Down

0 comments on commit e755997

Please sign in to comment.