File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 run : go mod download
5858
5959 - name : Set up QEMU
60- uses : docker/setup-qemu-action@v3
60+ uses : docker/setup-qemu-action@v4
6161
6262 - name : Set up Docker Buildx
63- uses : docker/setup-buildx-action@v3
63+ uses : docker/setup-buildx-action@v4
6464
6565 - name : Login to DockerHub
66- uses : docker/login-action@v3
66+ uses : docker/login-action@v4
6767 with :
6868 username : ${{ secrets.DOCKERHUB_USERNAME }}
6969 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 6363 go test -coverpkg=./... -json -v -coverprofile=coverage2.out -covermode=atomic ./test/integration/... 2>&1 | tee -a /tmp/gotest.log | tparse
6464
6565 - name : Upload test log
66- uses : actions/upload-artifact@v6
66+ uses : actions/upload-artifact@v7
6767 if : always()
6868 with :
6969 name : test-log
You can’t perform that action at this time.
0 commit comments