Skip to content

Commit

Permalink
Update upload-artifact action version in diagnostics.yml
Browse files Browse the repository at this point in the history
Changed the `actions/upload-artifact` GitHub Action from version `v2` to `v4` to ensure compatibility with the latest features and improvements. This update helps maintain the workflow's reliability and performance.
  • Loading branch information
dmolineus committed Sep 25, 2024
1 parent afb1a87 commit 3c3c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: ./vendor/bin/phpcq run -v -o github-action -o default --threshold=info

- name: Upload build directory to artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: phpcq-builds-php-${{ matrix.php }}
Expand Down

0 comments on commit 3c3c569

Please sign in to comment.