diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 658ea382..74e8fefb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: with: go-version-file: go.mod - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: built-binaries-${{ github.run_id }} - name: install semver @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: built-binaries-${{ github.run_id }} - name: Extract tar to get built binaries