File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Build Artifact
16
16
run : |
17
17
cd ${{ github.workspace }}
37
37
cd $cwd
38
38
awk '/## [0-9]/{p++} p; /## [0-9]/{if (p > 1) exit}' CHANGELOG.md | awk 'NR>2 {print last} {last=$0}' > RELEASE.md
39
39
- name : Upload Artifact
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : onlyoffice
43
43
path : deploy
Original file line number Diff line number Diff line change 12
12
name : PHP-CS-Fixer
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : PHP-CS-Fixer
17
17
uses : docker://oskarstark/php-cs-fixer-ga
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout Repository
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Install Zip
14
14
run : sudo apt-get install zip
15
15
- name : Get Info
You can’t perform that action at this time.
0 commit comments