Skip to content

Commit

Permalink
chore(deps): bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 11, 2024
1 parent 8295b03 commit ae9d30b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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:
path: ./dist/${{ matrix.OUT_FILE_NAME }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- distro: "python:3.11-bullseye"
arch: arm64
distro_name: linux

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -113,7 +113,7 @@ 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:
path: ./dist/codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
Expand All @@ -127,6 +127,6 @@ jobs:
asset_name: codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
tag: ${{ github.ref }}
overwrite: true



0 comments on commit ae9d30b

Please sign in to comment.