From 64217c0233937ccff9b2e09450ef2b44d1e8a987 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 10 Jul 2024 16:56:41 +0200 Subject: [PATCH] fix gh actions --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7209d0e..fcdbb21 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -37,7 +37,7 @@ jobs: # run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }} - name: Submit coverage report - uses: coverallsapp/github-action@2.3.0 + uses: coverallsapp/github-action@v2 with: file: coverage.lcov github-token: ${{ secrets.GITHUB_TOKEN }} @@ -60,7 +60,7 @@ jobs: - name: Build docker image if: ${{ github.ref != 'refs/heads/master' }} - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: push: false tags: odyseeteam/player-server:${{ env.version }}