diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e2a4fda..f252f51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: ${{ runner.os }}-go-build-${{ github.ref }}- ${{ runner.os }}-go-build- - run: go build -o ssh-server . - - uses: actions/upload-artifact@v3.1.2 + - uses: actions/upload-artifact@v4.3.3 with: name: ssh-server path: ssh-server @@ -106,7 +106,7 @@ jobs: with: file: ./coverage.txt yml: ./codecov.yaml - - uses: actions/upload-artifact@v3.1.2 + - uses: actions/upload-artifact@v4.3.3 with: name: coverage.txt path: coverage.txt