Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 0db4469

Browse files
chore(deps): bump upload-artifact to v4 (#578)
* chore(deps): bump upload-artifact to v4 * Update .github/workflows/build_assets.yml * Update .github/workflows/build_assets.yml
1 parent e00b8f5 commit 0db4469

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_assets.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
- name: Build with pyinstaller for ${{matrix.TARGET}}
6868
run: ${{matrix.CMD_BUILD}}
6969
- name: Upload a Build Artifact
70-
uses: actions/upload-artifact@v3.1.3
70+
uses: actions/upload-artifact@v4
7171
if: inputs.release == false
7272
with:
73+
name: ${{ matrix.OUT_FILE_NAME }}
7374
path: ./dist/${{ matrix.OUT_FILE_NAME }}
7475
- name: Upload Release Asset
7576
if: inputs.release == true
@@ -116,9 +117,10 @@ jobs:
116117
${{ matrix.distro }} \
117118
./scripts/build_${{ matrix.distro_name }}_arm.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
118119
- name: Upload a Build Artifact
119-
uses: actions/upload-artifact@v3.1.3
120+
uses: actions/upload-artifact@v4
120121
if: inputs.release == false
121122
with:
123+
name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
122124
path: ./dist/codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
123125
- name: Upload Release Asset
124126
if: inputs.release == true

0 commit comments

Comments
 (0)