File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
run : ${{ env.FETCH_CMD }}
26
26
- name : Check cache
27
27
id : cache
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ${{ env.FILE_NAME }}
31
31
key : oas--${{ hashFiles(env.FILE_NAME) }}
35
35
run : echo "::set-output name=diff::true"
36
36
- name : Generate specification artifacts
37
37
if : steps.checksum.outputs.diff != 'true'
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : specification
41
41
path : ${{ env.FILE_NAME }}
@@ -46,11 +46,11 @@ jobs:
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@v2
49
+ uses : actions/checkout@v4
50
50
with :
51
51
ref : ${{ env.BRANCH }}
52
52
- name : Download specification artifacts
53
- uses : actions/download-artifact@v2
53
+ uses : actions/download-artifact@v4
54
54
with :
55
55
name : specification
56
56
- name : Parse changelog
@@ -107,7 +107,7 @@ jobs:
107
107
draft : true
108
108
prerelease : false
109
109
- name : Delete artifacts
110
- uses : geekyeggo/delete-artifact@v1
110
+ uses : geekyeggo/delete-artifact@v4
111
111
with :
112
112
name : specification
113
113
- name : Send Slack notification on success
You can’t perform that action at this time.
0 commit comments