ci: update github actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-11-26 14:05:57 +01:00
parent ede90db01c
commit 2400718d81
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 47 additions and 69 deletions

View file

@ -10,12 +10,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build image
uses: docker/bake-action@v1
uses: docker/bake-action@v2
with:
targets: image-local
-
@ -42,7 +42,7 @@ jobs:
run: mkdir -p .out/ && mv {report.html,junit.xml} .out/
-
name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: oci-test-results-${{ github.sha }}
path: .out/