Skip to content

Commit

Permalink
Merge pull request #99 from voku/renovate/major-github-artifact-actions
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
voku authored Nov 21, 2024
2 parents c129ade + e1bae6b commit 47847a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

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

0 comments on commit 47847a0

Please sign in to comment.