diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab539c3..dd5a351 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: echo "ref: $ref" echo "$ref" >> cleanup_cache - name: Upload cleanup-cache artifact - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: cleanup_cache path: cleanup_cache