Skip to content

Commit

Permalink
Update upload-artifact and download-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Nov 1, 2024
1 parent fc8a038 commit 28ff62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ls FreeRTOSv"$VERSION_NUMBER"
diff -r -x "*.git*" FreeRTOSv"$VERSION_NUMBER"/FreeRTOS-LTS/ ../FreeRTOS-LTS/
- name: Create artifact of ZIP
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: FreeRTOSv${{ github.event.inputs.version_number }}.zip
path: zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
Expand All @@ -100,7 +100,7 @@ jobs:
draft: false
prerelease: false
- name: Download ZIP artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: FreeRTOSv${{ github.event.inputs.version_number }}.zip
- name: Upload Release Asset
Expand Down

0 comments on commit 28ff62e

Please sign in to comment.