diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bddb20ad..f2ada113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -143,7 +143,7 @@ jobs: go-version-file: go.mod - name: check disk usage run: df -h - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: built-binaries-${{ github.run_id }} - name: install semver @@ -178,7 +178,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: built-binaries-${{ github.run_id }} - name: Extract tar to get built binaries