Skip to content

Commit

Permalink
[BUILD] Use v4 for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Aug 9, 2024
1 parent f9779b0 commit 072b091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: darthcloud/upload-artifact@v3node20
uses: darthcloud/upload-artifact@v4
with:
name: ${{ env.br_version }}_${{ matrix.hw_version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: darthcloud/upload-artifact@v3node20
uses: darthcloud/upload-artifact@v4
with:
name: ${{ env.br_version }}_${{ github.event.inputs.hw_version }}_${{ github.event.inputs.br_config }}
path: |
Expand Down

0 comments on commit 072b091

Please sign in to comment.