mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-03-24 06:04:55 +01:00
build(deps): bump actions/upload-artifact from 3 to 4 (#164)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
7e353c66d8
commit
92e89f3f34
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -92,10 +92,11 @@ jobs:
|
||||||
${{ matrix.XCADDY_BIN_PATH }} version
|
${{ matrix.XCADDY_BIN_PATH }} version
|
||||||
|
|
||||||
- name: Publish Build Artifact
|
- name: Publish Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: xcaddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
|
name: xcaddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
|
||||||
path: ${{ matrix.XCADDY_BIN_PATH }}
|
path: ${{ matrix.XCADDY_BIN_PATH }}
|
||||||
|
compression-level: 0
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue