mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-08 16:22:46 +01:00
Update actions/download-artifact action to v3 (#65)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
path: ${{ steps.goenv.outputs.gomodcache }}
|
path: ${{ steps.goenv.outputs.gomodcache }}
|
||||||
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with: { name: ui, path: ui/dist }
|
with: { name: ui, path: ui/dist }
|
||||||
- run: go build -o catalyst ./cmd/catalyst/.
|
- run: go build -o catalyst ./cmd/catalyst/.
|
||||||
- uses: docker/login-action@v1
|
- uses: docker/login-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user