We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3d33a1 + d606e2a commit 1015c8dCopy full SHA for 1015c8d
.github/workflows/heroku_surveyjs-php.yml
@@ -9,6 +9,7 @@ on:
9
- heroku
10
workflow_dispatch:
11
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
@@ -32,11 +33,12 @@ jobs:
32
33
run: composer install
34
35
- name: Upload artifact for deployment job
- uses: actions/upload-artifact@v2
36
+ uses: actions/upload-artifact@v4
37
with:
38
name: php-app
39
path: .
40
41
42
deploy:
43
44
needs: build
@@ -46,7 +48,7 @@ jobs:
46
48
47
49
steps:
50
- name: Download artifact from build job
- uses: actions/download-artifact@v2
51
+ uses: actions/download-artifact@v4
52
53
54
0 commit comments