Skip to content

Commit

Permalink
[ACTIONS] Update to latest actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Feb 3, 2024
1 parent 0769da5 commit 2817747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: ${{ env.br_version }}_${{ matrix.hw_version }}
path: |
Expand All @@ -77,3 +77,4 @@ jobs:
BlueRetro/build/ota/ota_data_initial.bin
BlueRetro/build/BlueRetro*.bin
if-no-files-found: error
overwrite: true
3 changes: 2 additions & 1 deletion .github/workflows/newidf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
mkdir ota
mv ota_data_initial.bin ota/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.0
with:
name: ${{ env.br_version }}_${{ matrix.hw_version }}
path: |
Expand All @@ -80,3 +80,4 @@ jobs:
BlueRetro/build/ota/ota_data_initial.bin
BlueRetro/build/BlueRetro*.bin
if-no-files-found: error
overwrite: true
3 changes: 2 additions & 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: actions/upload-artifact@v4.3.0
with:
name: ${{ env.br_version }}_${{ github.event.inputs.hw_version }}_${{ github.event.inputs.br_config }}
path: |
Expand All @@ -65,3 +65,4 @@ jobs:
BlueRetro/build/ota/ota_data_initial.bin
BlueRetro/build/BlueRetro*.bin
if-no-files-found: error
overwrite: true

0 comments on commit 2817747

Please sign in to comment.