diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-19 19:14:43 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-19 19:14:43 -0500 |
commit | 3b724a2082586795448e3859c1f43c0f6cf0fe6d (patch) | |
tree | c0a2a1f9393f2fe0af6fbdf14f0679450d285d26 | |
parent | 329af5ced96b76734a2d60e5d04a577570dd07cb (diff) | |
download | caddy-3b724a2082586795448e3859c1f43c0f6cf0fe6d.tar.gz caddy-3b724a2082586795448e3859c1f43c0f6cf0fe6d.zip |
build(deps): bump actions/upload-artifact from 1 to 3 (#5262)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e2de7024..ad22711ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: go build -trimpath -ldflags="-w -s" -v - name: Publish Build Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: caddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }} path: ${{ matrix.CADDY_BIN_PATH }} |