Skip to content

Commit

Permalink
Update upload-artifact version to v2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot authored Jun 27, 2024
1 parent a44dc2c commit 8d95796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
- name: Configure git identity
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install ZIP tools
run: sudo apt-get install zip unzip
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
path: FreeRTOS-LTS
Expand All @@ -65,7 +65,7 @@ jobs:
ls FreeRTOSv${{ github.event.inputs.version_number }}
diff -r -x "*.git*" FreeRTOSv${{ github.event.inputs.version_number }}/FreeRTOS-LTS/ ../FreeRTOS-LTS/
- name: Create artifact of ZIP
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: FreeRTOSv${{ github.event.inputs.version_number }}.zip
path: zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
Expand Down

0 comments on commit 8d95796

Please sign in to comment.