Skip to content

Commit eeef23b

Browse files
committed
Update action
1 parent cd3c14d commit eeef23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: shivammathur/setup-php@v2
121121
with:
122122
php-version: '7.4'
123-
tools: composer:v2, pecl
123+
tools: composer:v2.1.14, pecl
124124
extensions: ast, bcmath, gd
125125
coverage: none
126126

.github/workflows/ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Archive inspection results
7878
if: always()
79-
uses: actions/upload-artifact@v1
79+
uses: actions/upload-artifact@v2
8080
with:
8181
name: inspection-results
8282
path: output

0 commit comments

Comments
 (0)