Skip to content

Commit 8d95796

Browse files
authored
Update upload-artifact version to v2 (#33)
1 parent a44dc2c commit 8d95796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)