We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3f6e3 commit 8a50f19Copy full SHA for 8a50f19
.github/workflows/ci.yml
@@ -98,10 +98,11 @@ jobs:
98
go build -trimpath -ldflags="-w -s" -v
99
100
- name: Publish Build Artifact
101
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
102
with:
103
name: caddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
104
path: ${{ matrix.CADDY_BIN_PATH }}
105
+ compression-level: 0
106
107
# Commented bits below were useful to allow the job to continue
108
# even if the tests fail, so we can publish the report separately
0 commit comments