Skip to content

Commit

Permalink
try remove upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jan 9, 2025
1 parent a7f375b commit beb1c05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
apk add --no-cache bash
./${{ inputs.workflow }}/build_${{ inputs.toolset }}.sh
- uses: actions/upload-artifact@v3
with:
name: build-${{ inputs.toolset }}
path: ./${{ inputs.workflow }}/release/build-${{ inputs.toolset }}.tar.gz

- uses: actions/upload-artifact@v4
with:
name: build-${{ inputs.toolset }}
Expand Down

0 comments on commit beb1c05

Please sign in to comment.