diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92f29ea8..c0909a50 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@v5 + - uses: actions/download-artifact@v6 with: name: built-binaries-${{ github.run_id }} - name: install semver @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: built-binaries-${{ github.run_id }} - name: Extract tar to get built binaries