Skip to content

Commit

Permalink
Update GitHub Actions to V4 (#383)
Browse files Browse the repository at this point in the history
* Update tests.yml using actions/checkout@v4

* Update static-analysis.yml usingactions/checkout@v4
  • Loading branch information
DannyvdSluijs committed May 1, 2024
1 parent 8775776 commit 92c1ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r build/logs/clover.xml

- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs
path: build/logs

0 comments on commit 92c1ab0

Please sign in to comment.