diff --git a/.github/workflows/ci_reuse_go_cas.yml b/.github/workflows/ci_reuse_go_cas.yml index ef6e9ff..2b2714d 100644 --- a/.github/workflows/ci_reuse_go_cas.yml +++ b/.github/workflows/ci_reuse_go_cas.yml @@ -77,9 +77,15 @@ jobs: with: name: go-mod-cache path: | - ~/go/pkg/mod ~/.cache/go-build - + + - name: Archive Go modules cache + uses: actions/upload-artifact@v4 + with: + name: go-mod + path: | + ~/go/pkg/mod + # - name: Check copyright # run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/check_copyright.sh | bash -s "$(go env GOPATH)"