mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #8353 from codeigniter4/revert-8336-dependabot/github_actions/actions/upload-artifact-4
Revert "chore(deps): bump actions/upload-artifact from 3 to 4"
This commit is contained in:
commit
2bf28c0989
@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
# Create an artifact of the html output
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: HTML Documentation
|
||||
path: user_guide_src/build/html/
|
||||
|
2
.github/workflows/reusable-coveralls.yml
vendored
2
.github/workflows/reusable-coveralls.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
coverage: xdebug
|
||||
|
||||
- name: Download coverage files
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: build/cov
|
||||
|
||||
|
2
.github/workflows/reusable-phpunit-test.yml
vendored
2
.github/workflows/reusable-phpunit-test.yml
vendored
@ -206,7 +206,7 @@ jobs:
|
||||
|
||||
- name: Upload coverage results as artifact
|
||||
if: ${{ inputs.enable-artifact-upload }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
path: build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
||||
|
||||
- name: Upload coverage results as artifact
|
||||
if: ${{ inputs.enable-artifact-upload }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ARTIFACT_NAME }}
|
||||
path: build/cov/coverage-${{ env.ARTIFACT_NAME }}.cov
|
||||
|
Loading…
x
Reference in New Issue
Block a user