Skip to content

Commit b714f6e

Browse files
committed
Upgrade artifact-actions
1 parent 226d10c commit b714f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Save coverage data
7676
if: ${{ matrix.php-versions == '8.0' && matrix.operating-system == 'ubuntu-latest' }}
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: build-data
8080
path: ${{ github.workspace }}/build
@@ -175,7 +175,7 @@ jobs:
175175
- name: Install Composer dependencies
176176
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
177177

178-
- uses: actions/download-artifact@v3
178+
- uses: actions/download-artifact@v4
179179
with:
180180
name: build-data
181181
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)