Skip to content

Commit 1015c8d

Browse files
author
tsv2013
committed
Merge branch 'heroku' of https://github.com/surveyjs/surveyjs-php into heroku
2 parents b3d33a1 + d606e2a commit 1015c8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/heroku_surveyjs-php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- heroku
1010
workflow_dispatch:
1111

12+
1213
jobs:
1314
build:
1415
runs-on: ubuntu-latest
@@ -32,11 +33,12 @@ jobs:
3233
run: composer install
3334

3435
- name: Upload artifact for deployment job
35-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3637
with:
3738
name: php-app
3839
path: .
3940

41+
4042
deploy:
4143
runs-on: ubuntu-latest
4244
needs: build
@@ -46,7 +48,7 @@ jobs:
4648

4749
steps:
4850
- name: Download artifact from build job
49-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4
5052
with:
5153
name: php-app
5254

0 commit comments

Comments
 (0)