Skip to content

Commit 8a50f19

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#6013)
* build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Disable compression --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francis Lavoie <[email protected]>
1 parent 4f3f6e3 commit 8a50f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ jobs:
9898
go build -trimpath -ldflags="-w -s" -v
9999
100100
- name: Publish Build Artifact
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: caddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
104104
path: ${{ matrix.CADDY_BIN_PATH }}
105+
compression-level: 0
105106

106107
# Commented bits below were useful to allow the job to continue
107108
# even if the tests fail, so we can publish the report separately

0 commit comments

Comments
 (0)