Skip to content

Commit

Permalink
[ACTION] Use own fork for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Feb 12, 2024
1 parent b6f106d commit ac44e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: darthcloud/upload-artifact@v3node20
with:
name: ${{ env.br_version }}_${{ github.event.inputs.hw_version }}_${{ github.event.inputs.br_config }}
path: |
Expand Down

0 comments on commit ac44e9c

Please sign in to comment.