Skip to content

Commit

Permalink
ci: follow up quiets warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Nov 10, 2022
1 parent 1bb1a28 commit 62c6614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
GOARM: ${{matrix.goarm}}
DOCKER_IMG_VERSION_DEFAULT: 0.7
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: 1.17.1
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/cache@v3
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- name: upload artifact
if: runner.os == 'linux'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ env.PACKAGE_FILENAME }}
name: ${{ env.PACKAGE_FILENAME }}
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
- run: kind export logs logs
if: runner.os == 'linux' && matrix.arch == 'amd64' && always()
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
if: runner.os == 'linux' && matrix.arch == 'amd64' && always()
with:
name: KinD-log
Expand Down

0 comments on commit 62c6614

Please sign in to comment.