Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francis Lavoie <[email protected]>
  • Loading branch information
dependabot[bot] and francislavoie authored Jan 11, 2024
1 parent 7e353c6 commit 92e89f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ jobs:
${{ matrix.XCADDY_BIN_PATH }} version
- name: Publish Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xcaddy_${{ runner.os }}_go${{ matrix.go }}_${{ steps.vars.outputs.short_sha }}
path: ${{ matrix.XCADDY_BIN_PATH }}
compression-level: 0

- name: Run tests
run: |
Expand Down

0 comments on commit 92e89f3

Please sign in to comment.