diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index c28ddcc7..9b2e01e8 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -101,7 +101,7 @@ jobs: export VERSION=($(curl --silent "https://gitlab.com/api/v4/projects/4175605/releases" | jq -r '.[0].tag_name')) echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Load Cached Conformance Suite Build - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./conformance-suite