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 2525 run : ${{ env.FETCH_CMD }}
2626 - name : Check cache
2727 id : cache
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : ${{ env.FILE_NAME }}
3131 key : oas--${{ hashFiles(env.FILE_NAME) }}
3535 run : echo "::set-output name=diff::true"
3636 - name : Generate specification artifacts
3737 if : steps.checksum.outputs.diff != 'true'
38- uses : actions/upload-artifact@v2
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : specification
4141 path : ${{ env.FILE_NAME }}
@@ -46,11 +46,11 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v2
49+ uses : actions/checkout@v4
5050 with :
5151 ref : ${{ env.BRANCH }}
5252 - name : Download specification artifacts
53- uses : actions/download-artifact@v2
53+ uses : actions/download-artifact@v4
5454 with :
5555 name : specification
5656 - name : Parse changelog
@@ -107,7 +107,7 @@ jobs:
107107 draft : true
108108 prerelease : false
109109 - name : Delete artifacts
110- uses : geekyeggo/delete-artifact@v1
110+ uses : geekyeggo/delete-artifact@v4
111111 with :
112112 name : specification
113113 - name : Send Slack notification on success
You can’t perform that action at this time.
0 commit comments