File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v4.1.1
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.event.inputs.commit_id }}
22
22
- name : Configure git identity
43
43
- name : Install ZIP tools
44
44
run : sudo apt-get install zip unzip
45
45
- name : Checkout code
46
- uses : actions/checkout@v4.1.1
46
+ uses : actions/checkout@v4
47
47
with :
48
48
ref : ${{ github.event.inputs.commit_id }}
49
49
path : FreeRTOS-LTS
65
65
ls FreeRTOSv${{ github.event.inputs.version_number }}
66
66
diff -r -x "*.git*" FreeRTOSv${{ github.event.inputs.version_number }}/FreeRTOS-LTS/ ../FreeRTOS-LTS/
67
67
- name : Create artifact of ZIP
68
- uses : actions/upload-artifact@v4
68
+ uses : actions/upload-artifact@v2
69
69
with :
70
70
name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
71
71
path : zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
You can’t perform that action at this time.
0 commit comments