Skip to content

Commit

Permalink
[TASK] Update GitHub artifact actions to v4
Browse files Browse the repository at this point in the history
| datasource  | package                   | from | to |
| ----------- | ------------------------- | ---- | -- |
| github-tags | actions/download-artifact | v3   | v4 |
| github-tags | actions/upload-artifact   | v3   | v4 |
  • Loading branch information
renovate[bot] committed Dec 29, 2023
1 parent 37e4a36 commit bdf099f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
working-directory: .build/coverage
run: sed -i 's#/home/runner/work/php-cs-fixer-config/php-cs-fixer-config#${{ github.workspace }}#g' clover.xml
- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: .build/coverage/clover.xml
Expand All @@ -91,7 +91,7 @@ jobs:
# Download artifact
- name: Download coverage artifact
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage

Expand Down

0 comments on commit bdf099f

Please sign in to comment.