Skip to content

Commit

Permalink
chore(deps): bump upload-artifact to v4 (#578)
Browse files Browse the repository at this point in the history
* chore(deps): bump upload-artifact to v4

* Update .github/workflows/build_assets.yml

* Update .github/workflows/build_assets.yml
  • Loading branch information
thomasrockhu-codecov authored Jan 16, 2025
1 parent e00b8f5 commit 0db4469
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
- name: Build with pyinstaller for ${{matrix.TARGET}}
run: ${{matrix.CMD_BUILD}}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
if: inputs.release == false
with:
name: ${{ matrix.OUT_FILE_NAME }}
path: ./dist/${{ matrix.OUT_FILE_NAME }}
- name: Upload Release Asset
if: inputs.release == true
Expand Down Expand Up @@ -116,9 +117,10 @@ jobs:
${{ matrix.distro }} \
./scripts/build_${{ matrix.distro_name }}_arm.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
if: inputs.release == false
with:
name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
path: ./dist/codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
- name: Upload Release Asset
if: inputs.release == true
Expand Down

0 comments on commit 0db4469

Please sign in to comment.