File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check-out source code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Define development release info
18
18
if : startsWith(github.ref, 'refs/heads/')
36
36
37
37
- name : Publish build artifacts
38
38
if : env.DO_BUILD
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : build_artifacts
42
42
path : ${{ env.DIST_DIR }}
62
62
63
63
64
64
65
-
65
+
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check-out source code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Generate and process release PR
18
18
id : release_please
45
45
gh release upload "${tag}" $files --clobber
46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
-
48
+
You can’t perform that action at this time.
0 commit comments