Skip to content

Commit 23fc724

Browse files
dependabot[bot]paulbalandan
authored andcommitted
chore(deps): bump actions/download-artifact from 4 to 5 (codeigniter4#9663)
1 parent b30692a commit 23fc724

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
coverage: xdebug
3131

3232
- name: Download coverage files
33-
uses: actions/download-artifact@v4
33+
uses: actions/download-artifact@v5
3434
with:
3535
path: build/cov
3636

.github/workflows/reusable-phpunit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- name: Run tests
207207
run: script -e -c "vendor/bin/phpunit --color=always ${{ env.EXTRA_PHPUNIT_OPTIONS }}"
208208
env:
209-
DB: ${{ inputs.db-platform }}
209+
# DB: ${{ inputs.db-platform }}
210210
TACHYCARDIA_MONITOR_GA: ${{ inputs.enable-profiling && 'enabled' || '' }}
211211
TERM: xterm-256color
212212

0 commit comments

Comments
 (0)