File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4.1.1
19+ uses : actions/checkout@v4
2020 with :
2121 ref : ${{ github.event.inputs.commit_id }}
2222 - name : Configure git identity
4343 - name : Install ZIP tools
4444 run : sudo apt-get install zip unzip
4545 - name : Checkout code
46- uses : actions/checkout@v4.1.1
46+ uses : actions/checkout@v4
4747 with :
4848 ref : ${{ github.event.inputs.commit_id }}
4949 path : FreeRTOS-LTS
6565 ls FreeRTOSv${{ github.event.inputs.version_number }}
6666 diff -r -x "*.git*" FreeRTOSv${{ github.event.inputs.version_number }}/FreeRTOS-LTS/ ../FreeRTOS-LTS/
6767 - name : Create artifact of ZIP
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v2
6969 with :
7070 name : FreeRTOSv${{ github.event.inputs.version_number }}.zip
7171 path : zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
You can’t perform that action at this time.
0 commit comments